Index: public/platform/WebPoint.h |
diff --git a/public/platform/WebPoint.h b/public/platform/WebPoint.h |
index c701e2c0cf42a7d472ce76a5785738854354c1ce..7424072f9ae02bd46211715d15093510809c357c 100644 |
--- a/public/platform/WebPoint.h |
+++ b/public/platform/WebPoint.h |
@@ -39,7 +39,7 @@ |
#include <ui/gfx/point.h> |
#endif |
-namespace WebKit { |
+namespace blink { |
struct WebPoint { |
int x; |
@@ -106,6 +106,6 @@ inline bool operator!=(const WebPoint& a, const WebPoint& b) |
return !(a == b); |
} |
-} // namespace WebKit |
+} // namespace blink |
#endif |