Index: Source/platform/geometry/LayoutBoxExtent.h |
diff --git a/Source/platform/geometry/LayoutBoxExtent.h b/Source/platform/geometry/LayoutBoxExtent.h |
index 414c1e4809daced51a7cdff016c480846b3df9d4..376bfc963d447bddcc7b90520712135c7350ce85 100644 |
--- a/Source/platform/geometry/LayoutBoxExtent.h |
+++ b/Source/platform/geometry/LayoutBoxExtent.h |
@@ -36,7 +36,7 @@ |
#include "platform/text/TextDirection.h" |
#include "platform/text/WritingMode.h" |
-namespace WebCore { |
+namespace blink { |
class PLATFORM_EXPORT LayoutBoxExtent { |
public: |
@@ -82,6 +82,6 @@ private: |
LayoutUnit m_left; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // LayoutBoxExtent_h |