| Index: Source/platform/text/PlatformLocale.cpp
|
| diff --git a/Source/platform/text/PlatformLocale.cpp b/Source/platform/text/PlatformLocale.cpp
|
| index 6b191aeea9a224ae9a22e6f57c9854a5db302ad1..60acf5a59ba7e7e0b5abb69a3a4ca862ac4f605e 100644
|
| --- a/Source/platform/text/PlatformLocale.cpp
|
| +++ b/Source/platform/text/PlatformLocale.cpp
|
| @@ -38,8 +38,8 @@
|
|
|
| namespace WebCore {
|
|
|
| -using WebKit::Platform;
|
| -using WebKit::WebLocalizedString;
|
| +using blink::Platform;
|
| +using blink::WebLocalizedString;
|
|
|
| class DateTimeStringBuilder : private DateTimeFormat::TokenHandler {
|
| WTF_MAKE_NONCOPYABLE(DateTimeStringBuilder);
|
|
|