Index: Source/platform/geometry/IntRectExtent.h |
diff --git a/Source/platform/geometry/IntRectExtent.h b/Source/platform/geometry/IntRectExtent.h |
index 76961d19de2ac982660abf72da2fbb35ebb7cdde..495cc4dcd48eeff94e5744bb1d7ddce5fc4a9412 100644 |
--- a/Source/platform/geometry/IntRectExtent.h |
+++ b/Source/platform/geometry/IntRectExtent.h |
@@ -32,7 +32,7 @@ |
#include "platform/geometry/LayoutRect.h" |
-namespace WebCore { |
+namespace blink { |
class IntRectExtent { |
public: |
@@ -103,7 +103,7 @@ inline void operator+=(IntRectExtent& a, const IntRectExtent& b) |
a.setLeft(a.left() + b.left()); |
} |
-} // namespace WebCore |
+} // namespace blink |
#endif // IntRectExtent_h |