Index: Source/platform/graphics/LazyDecodingPixelRef.h |
diff --git a/Source/platform/graphics/LazyDecodingPixelRef.h b/Source/platform/graphics/LazyDecodingPixelRef.h |
index 6a0baa55dee768e00201041a277cb94e72efe260..a3417b44e80bb27772a2b04870390fa91a86af6e 100644 |
--- a/Source/platform/graphics/LazyDecodingPixelRef.h |
+++ b/Source/platform/graphics/LazyDecodingPixelRef.h |
@@ -40,7 +40,7 @@ using skia::LazyPixelRef; |
class SkData; |
-namespace WebCore { |
+namespace blink { |
class ImageFrameGenerator; |
class ScaledImageFragment; |
@@ -75,6 +75,6 @@ private: |
PlatformInstrumentation::LazyPixelRefTracker m_objectTracker; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // LazyDecodingPixelRef_h_ |