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

Unified Diff: Source/platform/text/BidiContext.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/text/BidiContext.h ('k') | Source/platform/text/BidiResolver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/text/BidiContext.cpp
diff --git a/Source/platform/text/BidiContext.cpp b/Source/platform/text/BidiContext.cpp
index 1fa5de3af3e065a2d5edee3bbce106a2d3473a41..29c00f942595e4b37c0848dda6f3018459dfb83c 100644
--- a/Source/platform/text/BidiContext.cpp
+++ b/Source/platform/text/BidiContext.cpp
@@ -25,7 +25,7 @@
#include "wtf/StdLibExtras.h"
#include "wtf/Vector.h"
-namespace WebCore {
+namespace blink {
using namespace WTF::Unicode;
@@ -110,4 +110,4 @@ bool operator==(const BidiContext& c1, const BidiContext& c2)
return c2.parent() && *c1.parent() == *c2.parent();
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/text/BidiContext.h ('k') | Source/platform/text/BidiResolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698