Index: Source/platform/geometry/LayoutPoint.h |
diff --git a/Source/platform/geometry/LayoutPoint.h b/Source/platform/geometry/LayoutPoint.h |
index dbd7f30dc35d394dcdda7d32065ea066876d911e..55f233714d0c1880867df35eeb6e57ee7748a3b2 100644 |
--- a/Source/platform/geometry/LayoutPoint.h |
+++ b/Source/platform/geometry/LayoutPoint.h |
@@ -35,7 +35,7 @@ |
#include "platform/geometry/LayoutSize.h" |
#include "wtf/MathExtras.h" |
-namespace WebCore { |
+namespace blink { |
class LayoutPoint { |
public: |
@@ -199,6 +199,6 @@ inline LayoutPoint flooredLayoutPoint(const FloatSize& s) |
} |
-} // namespace WebCore |
+} // namespace blink |
#endif // LayoutPoint_h |