Index: Source/platform/graphics/test/MockImageDecoder.h |
diff --git a/Source/platform/graphics/test/MockImageDecoder.h b/Source/platform/graphics/test/MockImageDecoder.h |
index d87ad0c7773e5efba07c95f58f8bf70b6a4128e6..65e9003c936f03b3517987a21151b6b324524174 100644 |
--- a/Source/platform/graphics/test/MockImageDecoder.h |
+++ b/Source/platform/graphics/test/MockImageDecoder.h |
@@ -28,7 +28,7 @@ |
#include "platform/image-decoders/ImageDecoder.h" |
#include "wtf/PassOwnPtr.h" |
-namespace WebCore { |
+namespace blink { |
class MockImageDecoderClient { |
public: |
@@ -144,6 +144,6 @@ private: |
IntSize m_decodedSize; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // MockImageDecoder_h |