Index: public/platform/WebContentLayerClient.h |
diff --git a/public/platform/WebContentLayerClient.h b/public/platform/WebContentLayerClient.h |
index 5641a4eb675c2160b589f2050311877757e69490..2526e8fb42dff2a94fef0fccb682e593de3ce5b7 100644 |
--- a/public/platform/WebContentLayerClient.h |
+++ b/public/platform/WebContentLayerClient.h |
@@ -28,7 +28,7 @@ |
#include "WebCanvas.h" |
-namespace WebKit { |
+namespace blink { |
struct WebRect; |
struct WebFloatRect; |
@@ -47,6 +47,6 @@ protected: |
virtual ~WebContentLayerClient() { } |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif // WebContentLayerClient_h |