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

Unified Diff: content/test/image_decoder_test.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | « content/test/accessibility_browser_test_utils.cc ('k') | content/test/image_decoder_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/image_decoder_test.h
diff --git a/content/test/image_decoder_test.h b/content/test/image_decoder_test.h
index a7130eaabef6620d2f0ea18697651f9688aca3d9..5983e7aeddddf9651fbeed36e0233e9cfc7a7683 100644
--- a/content/test/image_decoder_test.h
+++ b/content/test/image_decoder_test.h
@@ -14,7 +14,7 @@
#include "testing/gtest/include/gtest/gtest.h"
-namespace WebKit { class WebImageDecoder; }
+namespace blink { class WebImageDecoder; }
// If CALCULATE_MD5_SUMS is not defined, then this test decodes a handful of
// image files and compares their MD5 sums to the stored sums on disk.
@@ -70,7 +70,7 @@ class ImageDecoderTest : public testing::Test {
}
// Creates WebKit API's decoder.
- virtual WebKit::WebImageDecoder* CreateWebKitImageDecoder() const = 0;
+ virtual blink::WebImageDecoder* CreateWebKitImageDecoder() const = 0;
// The format to be decoded, like "bmp" or "ico".
std::string format_;
« no previous file with comments | « content/test/accessibility_browser_test_utils.cc ('k') | content/test/image_decoder_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698