Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / skia / src / utils / SkBase64.h
index 5bf9006..ba66dd2 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * Copyright 2006 The Android Open Source Project
  *
@@ -6,7 +5,6 @@
  * found in the LICENSE file.
  */
 
-
 #ifndef SkBase64_DEFINED
 #define SkBase64_DEFINED
 
@@ -30,9 +28,6 @@ public:
     */
     static size_t Encode(const void* src, size_t length, void* dest, const char* encode = NULL);
 
-#ifdef SK_SUPPORT_UNITTEST
-    static void UnitTest();
-#endif
 private:
     Error decode(const void* srcPtr, size_t length, bool writeDestination);