Index: Source/platform/geometry/LayoutSize.h |
diff --git a/Source/platform/geometry/LayoutSize.h b/Source/platform/geometry/LayoutSize.h |
index 208b47dd47b80a7c3a6256ba4d798afd7bf4c7f1..8fafa9b0909c0f2d455d000439ad79187a5a54b4 100644 |
--- a/Source/platform/geometry/LayoutSize.h |
+++ b/Source/platform/geometry/LayoutSize.h |
@@ -35,7 +35,7 @@ |
#include "platform/geometry/FloatSize.h" |
#include "platform/geometry/IntSize.h" |
-namespace WebCore { |
+namespace blink { |
class LayoutPoint; |
@@ -189,6 +189,6 @@ inline LayoutSize roundedLayoutSize(const FloatSize& s) |
return LayoutSize(s); |
} |
-} // namespace WebCore |
+} // namespace blink |
#endif // LayoutSize_h |