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

Unified Diff: Source/platform/geometry/LayoutSize.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/LayoutRect.cpp ('k') | Source/platform/geometry/Region.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/geometry/LayoutSize.h
diff --git a/Source/platform/geometry/LayoutSize.h b/Source/platform/geometry/LayoutSize.h
index 208b47dd47b80a7c3a6256ba4d798afd7bf4c7f1..8fafa9b0909c0f2d455d000439ad79187a5a54b4 100644
--- a/Source/platform/geometry/LayoutSize.h
+++ b/Source/platform/geometry/LayoutSize.h
@@ -35,7 +35,7 @@
#include "platform/geometry/FloatSize.h"
#include "platform/geometry/IntSize.h"
-namespace WebCore {
+namespace blink {
class LayoutPoint;
@@ -189,6 +189,6 @@ inline LayoutSize roundedLayoutSize(const FloatSize& s)
return LayoutSize(s);
}
-} // namespace WebCore
+} // namespace blink
#endif // LayoutSize_h
« no previous file with comments | « Source/platform/geometry/LayoutRect.cpp ('k') | Source/platform/geometry/Region.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698