Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / geometry / LayoutBoxExtent.h
index 414c1e4..376bfc9 100644 (file)
@@ -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