Index: Source/platform/geometry/IntPoint.h |
diff --git a/Source/platform/geometry/IntPoint.h b/Source/platform/geometry/IntPoint.h |
index 77d09fd6dc039e1b6f4ca0aba853c9b82c48fd6e..a177fad854fe763f75b813dcf1545c81e204db06 100644 |
--- a/Source/platform/geometry/IntPoint.h |
+++ b/Source/platform/geometry/IntPoint.h |
@@ -39,7 +39,7 @@ typedef struct CGPoint CGPoint; |
#endif |
#endif |
-namespace WebCore { |
+namespace blink { |
class PLATFORM_EXPORT IntPoint { |
public: |
@@ -159,8 +159,8 @@ inline int IntPoint::distanceSquaredToPoint(const IntPoint& point) const |
return ((*this) - point).diagonalLengthSquared(); |
} |
-} // namespace WebCore |
+} // namespace blink |
-WTF_ALLOW_MOVE_INIT_AND_COMPARE_WITH_MEM_FUNCTIONS(WebCore::IntPoint); |
+WTF_ALLOW_MOVE_INIT_AND_COMPARE_WITH_MEM_FUNCTIONS(blink::IntPoint); |
#endif // IntPoint_h |