Index: Source/platform/graphics/GraphicsLayerClient.h |
diff --git a/Source/platform/graphics/GraphicsLayerClient.h b/Source/platform/graphics/GraphicsLayerClient.h |
index a947777c4f3289fcf5455ff6b6a6e561e19293d2..0c42e207b60b6457066e71fef16bd9b8c0d7c414 100644 |
--- a/Source/platform/graphics/GraphicsLayerClient.h |
+++ b/Source/platform/graphics/GraphicsLayerClient.h |
@@ -29,7 +29,7 @@ |
#include "platform/PlatformExport.h" |
#include "wtf/text/WTFString.h" |
-namespace WebCore { |
+namespace blink { |
class FloatPoint; |
class GraphicsContext; |
@@ -81,6 +81,6 @@ public: |
#endif |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // GraphicsLayerClient_h |