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

Unified Diff: Source/platform/text/BidiTextRun.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/BidiRunList.h ('k') | Source/platform/text/BidiTextRun.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/text/BidiTextRun.h
diff --git a/Source/platform/text/BidiTextRun.h b/Source/platform/text/BidiTextRun.h
index fdddc86ed428ddce02b355de68a3bd3a30a7226e..37d08720a5a9813d9d09d611d45aa2e95873427a 100644
--- a/Source/platform/text/BidiTextRun.h
+++ b/Source/platform/text/BidiTextRun.h
@@ -35,12 +35,12 @@
#include "platform/text/TextRun.h"
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
PLATFORM_EXPORT TextDirection directionForRun(TextRun&, bool& hasStrongDirectionality);
PLATFORM_EXPORT TextDirection determineDirectionality(const String& value, bool& hasStrongDirectionality);
PLATFORM_EXPORT TextRun textRunWithDirectionality(const String& value, bool& hasStrongDirectionality);
-} // namespace WebCore
+} // namespace blink
#endif // BidiTextRun_h
« no previous file with comments | « Source/platform/text/BidiRunList.h ('k') | Source/platform/text/BidiTextRun.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698