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

Unified Diff: Source/platform/LengthFunctions.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/LengthBox.cpp ('k') | Source/platform/LengthFunctions.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/LengthFunctions.h
diff --git a/Source/platform/LengthFunctions.h b/Source/platform/LengthFunctions.h
index 98362d39dcc00ff024642bbbfdd1cba15a1c943f..db7e505fa583cd9f29cca7195e21b24bd47ba9c9 100644
--- a/Source/platform/LengthFunctions.h
+++ b/Source/platform/LengthFunctions.h
@@ -26,7 +26,7 @@
#include "platform/PlatformExport.h"
-namespace WebCore {
+namespace blink {
class FloatSize;
class LayoutUnit;
@@ -40,6 +40,6 @@ PLATFORM_EXPORT LayoutUnit roundedMinimumValueForLength(const Length&, LayoutUni
PLATFORM_EXPORT LayoutUnit valueForLength(const Length&, LayoutUnit maximumValue);
PLATFORM_EXPORT FloatSize floatSizeForLengthSize(const LengthSize&, const FloatSize& boxSize);
-} // namespace WebCore
+} // namespace blink
#endif // LengthFunctions_h
« no previous file with comments | « Source/platform/LengthBox.cpp ('k') | Source/platform/LengthFunctions.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698