Index: public/web/WebImageDecoder.h |
diff --git a/public/web/WebImageDecoder.h b/public/web/WebImageDecoder.h |
index 724ba85bf8ffe8facd6bf0ed8593220b7f08eed4..d668e4aad16191f17b7e9c5f69fdfab08e52de75 100644 |
--- a/public/web/WebImageDecoder.h |
+++ b/public/web/WebImageDecoder.h |
@@ -35,11 +35,11 @@ |
#include "../platform/WebImage.h" |
#include "../platform/WebNonCopyable.h" |
-namespace WebCore { class ImageDecoder; } |
+namespace blink { class ImageDecoder; } |
namespace blink { |
-typedef WebCore::ImageDecoder WebImageDecoderPrivate; |
+typedef blink::ImageDecoder WebImageDecoderPrivate; |
class WebData; |
class WebImageDecoder : public WebNonCopyable { |