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

Unified Diff: Source/platform/LayoutUnit.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/LayoutTestSupport.cpp ('k') | Source/platform/LayoutUnitTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/LayoutUnit.h
diff --git a/Source/platform/LayoutUnit.h b/Source/platform/LayoutUnit.h
index b1d4d07aaedc56061fc6efd5756ad3b10d469356..09c9d2bc6c729acbc328e91b2a52543a562522be 100644
--- a/Source/platform/LayoutUnit.h
+++ b/Source/platform/LayoutUnit.h
@@ -38,7 +38,7 @@
#include <limits>
#include <stdlib.h>
-namespace WebCore {
+namespace blink {
#if !ERROR_DISABLED
@@ -792,6 +792,6 @@ inline LayoutUnit clampToLayoutUnit(LayoutUnit value, LayoutUnit min, LayoutUnit
return value;
}
-} // namespace WebCore
+} // namespace blink
#endif // LayoutUnit_h
« no previous file with comments | « Source/platform/LayoutTestSupport.cpp ('k') | Source/platform/LayoutUnitTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698