Index: Source/platform/geometry/Region.h |
diff --git a/Source/platform/geometry/Region.h b/Source/platform/geometry/Region.h |
index 65e6c26a2d976ed84865c842a1eac6824d6f9cf3..3412db0f17971d2272666d4b16938242d3925a39 100644 |
--- a/Source/platform/geometry/Region.h |
+++ b/Source/platform/geometry/Region.h |
@@ -30,7 +30,7 @@ |
#include "platform/geometry/IntRect.h" |
#include "wtf/Vector.h" |
-namespace WebCore { |
+namespace blink { |
class PLATFORM_EXPORT Region { |
public: |
@@ -180,6 +180,6 @@ inline bool operator==(const Region::Span& a, const Region::Span& b) |
return a.y == b.y && a.segmentIndex == b.segmentIndex; |
} |
-} // namespace WebCore |
+} // namespace blink |
#endif // Region_h |