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

Unified Diff: Source/platform/LengthBox.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/LengthBox.h ('k') | Source/platform/LengthFunctions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/LengthBox.cpp
diff --git a/Source/platform/LengthBox.cpp b/Source/platform/LengthBox.cpp
index 6874abd7b0bedc5abecfa16ebfc9ae97cfe87147..5afe9d2a0bced38f3d15d19de31b81009b38ba04 100644
--- a/Source/platform/LengthBox.cpp
+++ b/Source/platform/LengthBox.cpp
@@ -31,7 +31,7 @@
#include "config.h"
#include "platform/LengthBox.h"
-namespace WebCore {
+namespace blink {
const Length& LengthBox::logicalLeft(WritingMode writingMode) const
{
@@ -89,4 +89,4 @@ const Length& LengthBox::end(WritingMode writingMode, TextDirection direction) c
return isLeftToRightDirection(direction) ? m_bottom : m_top;
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/LengthBox.h ('k') | Source/platform/LengthFunctions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698