Index: Source/platform/graphics/test/MockDiscardablePixelRef.h |
diff --git a/Source/platform/graphics/test/MockDiscardablePixelRef.h b/Source/platform/graphics/test/MockDiscardablePixelRef.h |
index 19fbacbcb7d575c3fda786b2c2dbce9500b1d453..18f633a596ee7957f08bb60db9d2c2bffc890529 100644 |
--- a/Source/platform/graphics/test/MockDiscardablePixelRef.h |
+++ b/Source/platform/graphics/test/MockDiscardablePixelRef.h |
@@ -28,7 +28,7 @@ |
#include "SkBitmap.h" |
#include "SkPixelRef.h" |
-namespace WebCore { |
+namespace blink { |
class MockDiscardablePixelRef : public SkPixelRef { |
public: |
@@ -83,6 +83,6 @@ private: |
bool discarded; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // MockDiscardablePixelRef_h |