| Index: Source/platform/text/LocaleICU.cpp
|
| diff --git a/Source/platform/text/LocaleICU.cpp b/Source/platform/text/LocaleICU.cpp
|
| index 75a91d0b167f3307a1dd72a9d93d7cfb97ec5029..cbb23b65c503916eaa99e10e0acbe505d3a451f1 100644
|
| --- a/Source/platform/text/LocaleICU.cpp
|
| +++ b/Source/platform/text/LocaleICU.cpp
|
| @@ -42,7 +42,7 @@
|
| using namespace icu;
|
| using namespace std;
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| PassOwnPtr<Locale> Locale::create(const String& locale)
|
| {
|
| @@ -424,5 +424,5 @@ const Vector<String>& LocaleICU::timeAMPMLabels()
|
| return m_timeAMPMLabels;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
|
|