Index: Source/core/platform/testing/FakeWebGraphicsContext3D.h |
diff --git a/Source/core/platform/testing/FakeWebGraphicsContext3D.h b/Source/core/platform/testing/FakeWebGraphicsContext3D.h |
index bf4c87eaa1313d4157a41dc6e3466cc913eafaa9..db97f8042ee9e67f8cf917af7d7fd2edc4c4c7be 100644 |
--- a/Source/core/platform/testing/FakeWebGraphicsContext3D.h |
+++ b/Source/core/platform/testing/FakeWebGraphicsContext3D.h |
@@ -29,7 +29,7 @@ |
#include "core/platform/graphics/GraphicsContext3D.h" |
#include "public/platform/WebGraphicsContext3D.h" |
-namespace WebKit { |
+namespace blink { |
// WebGraphicsContext3D base class for use in WebKit unit tests. |
// All operations are no-ops (returning 0 if necessary). |
@@ -289,6 +289,6 @@ protected: |
Attributes m_attrs; |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif // FakeWebGraphicsContext3D_h |