Index: Source/platform/text/LocaleICU.h |
diff --git a/Source/platform/text/LocaleICU.h b/Source/platform/text/LocaleICU.h |
index e1d8a7b4b920bdaf5d1c395003323de2c0e47a3b..722ddc3c4bf70870fbd0220ddad7cba6315846b9 100644 |
--- a/Source/platform/text/LocaleICU.h |
+++ b/Source/platform/text/LocaleICU.h |
@@ -40,7 +40,7 @@ |
#include "wtf/text/CString.h" |
#include "wtf/text/WTFString.h" |
-namespace WebCore { |
+namespace blink { |
// We should use this class only for LocalizedNumberICU.cpp, LocalizedDateICU.cpp, |
// and LocalizedNumberICUTest.cpp. |
@@ -107,5 +107,5 @@ private: |
bool m_didCreateTimeFormat; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif |