| Index: Source/platform/text/TextBreakIteratorInternalICU.cpp
|
| diff --git a/Source/platform/text/TextBreakIteratorInternalICU.cpp b/Source/platform/text/TextBreakIteratorInternalICU.cpp
|
| index e28a5276e6cb7dbe0c0045b25833d41cc4e67249..adcd70274d67c85aec033475e10804c54cdce7fb 100644
|
| --- a/Source/platform/text/TextBreakIteratorInternalICU.cpp
|
| +++ b/Source/platform/text/TextBreakIteratorInternalICU.cpp
|
| @@ -27,7 +27,7 @@
|
| #include "wtf/text/CString.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| static const char* UILanguage()
|
| {
|
| @@ -47,4 +47,4 @@ const char* currentTextBreakLocaleID()
|
| return UILanguage();
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|