| Index: Source/platform/text/LocaleWin.h
|
| diff --git a/Source/core/platform/text/LocaleWin.h b/Source/platform/text/LocaleWin.h
|
| similarity index 97%
|
| rename from Source/core/platform/text/LocaleWin.h
|
| rename to Source/platform/text/LocaleWin.h
|
| index ed6681cbb5bf0cae6fe1ecbb8d550b618fb9f610..cf6badc376d2c78a762e2b07c4215cf217b284e8 100644
|
| --- a/Source/core/platform/text/LocaleWin.h
|
| +++ b/Source/platform/text/LocaleWin.h
|
| @@ -31,18 +31,18 @@
|
| #ifndef LocaleWin_h
|
| #define LocaleWin_h
|
|
|
| -#include "core/platform/text/PlatformLocale.h"
|
| +#include <windows.h>
|
| +#include "platform/text/PlatformLocale.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/Vector.h"
|
| #include "wtf/text/WTFString.h"
|
| -#include <windows.h>
|
|
|
| namespace WebCore {
|
|
|
| class DateComponents;
|
| struct DateFormatToken;
|
|
|
| -class LocaleWin : public Locale {
|
| +class PLATFORM_EXPORT LocaleWin : public Locale {
|
| public:
|
| static PassOwnPtr<LocaleWin> create(LCID, bool defaultsForLocale);
|
| ~LocaleWin();
|
|
|