Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / LengthPoint.h
index c9677a8..1fda983 100644 (file)
@@ -32,7 +32,7 @@
 
 #include "platform/Length.h"
 
-namespace WebCore {
+namespace blink {
 
 struct LengthPoint {
 public:
@@ -60,6 +60,6 @@ private:
     Length m_y;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // LengthPoint_h