| Index: Source/platform/text/LocaleICU.h
|
| diff --git a/Source/core/platform/text/LocaleICU.h b/Source/platform/text/LocaleICU.h
|
| similarity index 98%
|
| rename from Source/core/platform/text/LocaleICU.h
|
| rename to Source/platform/text/LocaleICU.h
|
| index 5f4cb74e0c8b8c9f347cc671e60fe38d2a437511..60501345ed13f2863642fa3078fed2d17cc9bad1 100644
|
| --- a/Source/core/platform/text/LocaleICU.h
|
| +++ b/Source/platform/text/LocaleICU.h
|
| @@ -34,7 +34,7 @@
|
| #include <unicode/udat.h>
|
| #include <unicode/unum.h>
|
| #include "platform/DateComponents.h"
|
| -#include "core/platform/text/PlatformLocale.h"
|
| +#include "platform/text/PlatformLocale.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/OwnPtr.h"
|
| #include "wtf/text/CString.h"
|
| @@ -44,7 +44,7 @@ namespace WebCore {
|
|
|
| // We should use this class only for LocalizedNumberICU.cpp, LocalizedDateICU.cpp,
|
| // and LocalizedNumberICUTest.cpp.
|
| -class LocaleICU : public Locale {
|
| +class PLATFORM_EXPORT LocaleICU : public Locale {
|
| public:
|
| static PassOwnPtr<LocaleICU> create(const char* localeString);
|
| virtual ~LocaleICU();
|
|
|