Index: Source/platform/graphics/DiscardablePixelRef.h |
diff --git a/Source/platform/graphics/DiscardablePixelRef.h b/Source/platform/graphics/DiscardablePixelRef.h |
index 3b86c3ef870e9f873a8716b9efbca67ea45c7bb2..d94d45447fba1875ae1a2b9ef5ae9a31d6e20525 100644 |
--- a/Source/platform/graphics/DiscardablePixelRef.h |
+++ b/Source/platform/graphics/DiscardablePixelRef.h |
@@ -34,7 +34,7 @@ |
#include "wtf/OwnPtr.h" |
#include "wtf/PassOwnPtr.h" |
-namespace WebCore { |
+namespace blink { |
// Class for allocating the DiscardablePixelRef object. |
class PLATFORM_EXPORT DiscardablePixelRefAllocator : public SkBitmap::Allocator { |
@@ -65,6 +65,6 @@ private: |
size_t m_rowBytes; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif |