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_; |