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

Unified Diff: Source/platform/geometry/FloatRoundedRect.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/FloatRect.cpp ('k') | Source/platform/geometry/FloatRoundedRect.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/geometry/FloatRoundedRect.h
diff --git a/Source/platform/geometry/FloatRoundedRect.h b/Source/platform/geometry/FloatRoundedRect.h
index 4bdc8e2446b59baf1c445890706ca8be81fab830..9e3b4c4b6a53422505d05f6a9c09e35200b4000c 100644
--- a/Source/platform/geometry/FloatRoundedRect.h
+++ b/Source/platform/geometry/FloatRoundedRect.h
@@ -34,7 +34,7 @@
#include "platform/geometry/FloatSize.h"
#include "platform/geometry/RoundedRect.h"
-namespace WebCore {
+namespace blink {
class PLATFORM_EXPORT FloatRoundedRect {
public:
@@ -132,6 +132,6 @@ inline bool operator==(const FloatRoundedRect& a, const FloatRoundedRect& b)
return a.rect() == b.rect() && a.radii() == b.radii();
}
-} // namespace WebCore
+} // namespace blink
#endif // FloatRoundedRect_h
« no previous file with comments | « Source/platform/geometry/FloatRect.cpp ('k') | Source/platform/geometry/FloatRoundedRect.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698