Index: Source/platform/graphics/DecodingImageGenerator.h |
diff --git a/Source/platform/graphics/DecodingImageGenerator.h b/Source/platform/graphics/DecodingImageGenerator.h |
index fe5cb00b60dc3e0bdaf92b05142e94ad519763c2..5e28d70775b67886f74118360a60fc72b3453acd 100644 |
--- a/Source/platform/graphics/DecodingImageGenerator.h |
+++ b/Source/platform/graphics/DecodingImageGenerator.h |
@@ -33,7 +33,7 @@ |
class SkData; |
-namespace WebCore { |
+namespace blink { |
class ImageFrameGenerator; |
@@ -61,6 +61,6 @@ private: |
size_t m_generationId; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // DecodingImageGenerator_h_ |