Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / geometry / FloatBoxExtent.h
index 309a80e..ef99dbf 100644 (file)
@@ -32,7 +32,7 @@
 
 #include "platform/geometry/FloatRect.h"
 
-namespace WebCore {
+namespace blink {
 
 class FloatBoxExtent {
 public:
@@ -119,7 +119,7 @@ inline void operator+=(FloatBoxExtent& a, const FloatBoxExtent& b)
     a.setLeft(a.left() + b.left());
 }
 
-} // namespace WebCore
+} // namespace blink
 
 
 #endif // FloatBoxExtent_h