Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / geometry / LayoutPoint.h
index dbd7f30..55f2337 100644 (file)
@@ -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