Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / text / BidiTextRun.h
index fdddc86..37d0872 100644 (file)
 #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