Index: public/platform/WebSize.h |
diff --git a/public/platform/WebSize.h b/public/platform/WebSize.h |
index 2b266fe2212cf7d56011666c3631de3f53773748..038af59c03fb88302e9ad4485b936864ce5a834b 100644 |
--- a/public/platform/WebSize.h |
+++ b/public/platform/WebSize.h |
@@ -42,7 +42,7 @@ |
#include <ui/gfx/vector2d.h> |
#endif |
-namespace WebKit { |
+namespace blink { |
struct WebSize { |
int width; |
@@ -129,6 +129,6 @@ inline bool operator!=(const WebSize& a, const WebSize& b) |
return !(a == b); |
} |
-} // namespace WebKit |
+} // namespace blink |
#endif |