Index: Source/platform/graphics/DeferredImageDecoder.cpp |
diff --git a/Source/platform/graphics/DeferredImageDecoder.cpp b/Source/platform/graphics/DeferredImageDecoder.cpp |
index 4f3822ee4e45856193d1fd68afefb19e605bda06..9b47b1932b9c2f4216dcc0d0fc59cb9217fa1c50 100644 |
--- a/Source/platform/graphics/DeferredImageDecoder.cpp |
+++ b/Source/platform/graphics/DeferredImageDecoder.cpp |
@@ -32,7 +32,7 @@ |
#include "third_party/skia/include/core/SkImageInfo.h" |
#include "wtf/PassOwnPtr.h" |
-namespace WebCore { |
+namespace blink { |
namespace { |
@@ -294,4 +294,4 @@ bool DeferredImageDecoder::hotSpot(IntPoint& hotSpot) const |
return m_actualDecoder ? m_actualDecoder->hotSpot(hotSpot) : false; |
} |
-} // namespace WebCore |
+} // namespace blink |