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

Unified Diff: Source/platform/LengthFunctions.cpp

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/LengthFunctions.h ('k') | Source/platform/LengthPoint.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/LengthFunctions.cpp
diff --git a/Source/platform/LengthFunctions.cpp b/Source/platform/LengthFunctions.cpp
index 5c3eedb5cbbb414fbc72757e64c0c24ec066aac1..6482e43269a56378ac8e830717503c64996dc924 100644
--- a/Source/platform/LengthFunctions.cpp
+++ b/Source/platform/LengthFunctions.cpp
@@ -27,7 +27,7 @@
#include "platform/LayoutUnit.h"
#include "platform/LengthSize.h"
-namespace WebCore {
+namespace blink {
int intValueForLength(const Length& length, LayoutUnit maximumValue)
{
@@ -129,4 +129,4 @@ FloatSize floatSizeForLengthSize(const LengthSize& lengthSize, const FloatSize&
return FloatSize(floatValueForLength(lengthSize.width(), boxSize.width()), floatValueForLength(lengthSize.height(), boxSize.height()));
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/LengthFunctions.h ('k') | Source/platform/LengthPoint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698