Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Unified Diff: src/utils/SkBase64.h

Issue 132233060: Port SkBase64 test to our test driver. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: mtklein review Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gyp/tests.gyp ('k') | src/utils/SkBase64.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/utils/SkBase64.h
diff --git a/src/utils/SkBase64.h b/src/utils/SkBase64.h
index 5bf90066327b2c4fdb5ada39c96b6e2ae4de00cd..ba66dd2f47796bc16dc2143c84e0665725003994 100644
--- a/src/utils/SkBase64.h
+++ b/src/utils/SkBase64.h
@@ -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);
« no previous file with comments | « gyp/tests.gyp ('k') | src/utils/SkBase64.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698