Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1286)

Unified Diff: Source/platform/geometry/Region.h

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/geometry/LayoutSize.h ('k') | Source/platform/geometry/Region.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/platform/geometry/LayoutSize.h ('k') | Source/platform/geometry/Region.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698