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 |