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

Unified Diff: Source/platform/text/BidiContext.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/text/BidiCharacterRun.cpp ('k') | Source/platform/text/BidiContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/text/BidiContext.h
diff --git a/Source/platform/text/BidiContext.h b/Source/platform/text/BidiContext.h
index 3b79c10543ce369e2d45914a518707cda73e8f31..6d4b30fee2a2a9958738e0dab12d47ee620c441d 100644
--- a/Source/platform/text/BidiContext.h
+++ b/Source/platform/text/BidiContext.h
@@ -29,7 +29,7 @@
#include "wtf/RefPtr.h"
#include "wtf/unicode/Unicode.h"
-namespace WebCore {
+namespace blink {
enum BidiEmbeddingSource {
FromStyleOrDOM,
@@ -86,6 +86,6 @@ inline unsigned char nextGreaterEvenLevel(unsigned char level)
PLATFORM_EXPORT bool operator==(const BidiContext&, const BidiContext&);
-} // namespace WebCore
+} // namespace blink
#endif // BidiContext_h
« no previous file with comments | « Source/platform/text/BidiCharacterRun.cpp ('k') | Source/platform/text/BidiContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698