Index: public/platform/WebExternalTextureLayerClient.h |
diff --git a/public/platform/WebExternalTextureLayerClient.h b/public/platform/WebExternalTextureLayerClient.h |
index 0337a981bbbfbec10cec2af985528d49abcf0c8f..bf167c95201e2fc56b0b03e4b92bf8549dde17ea 100644 |
--- a/public/platform/WebExternalTextureLayerClient.h |
+++ b/public/platform/WebExternalTextureLayerClient.h |
@@ -29,7 +29,7 @@ |
#include "WebCommon.h" |
#include "WebSize.h" |
-namespace WebKit { |
+namespace blink { |
class WebGraphicsContext3D; |
class WebExternalBitmap; |
@@ -52,6 +52,6 @@ protected: |
virtual ~WebExternalTextureLayerClient() { } |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif // WebExternalTextureLayerClient_h |