| Index: Source/platform/text/LocaleMac.h
|
| diff --git a/Source/core/platform/text/LocaleMac.h b/Source/platform/text/LocaleMac.h
|
| similarity index 97%
|
| rename from Source/core/platform/text/LocaleMac.h
|
| rename to Source/platform/text/LocaleMac.h
|
| index 825a74f3aadfd514837e541b7fc339fd8642a27c..e6a90f867af7618a1626fc6b5d71a7ec7d236536 100644
|
| --- a/Source/core/platform/text/LocaleMac.h
|
| +++ b/Source/platform/text/LocaleMac.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef LocaleMac_h
|
| #define LocaleMac_h
|
|
|
| -#include "core/platform/text/PlatformLocale.h"
|
| +#include "platform/text/PlatformLocale.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/RetainPtr.h"
|
| #include "wtf/Vector.h"
|
| @@ -45,7 +45,7 @@ namespace WebCore {
|
|
|
| class DateComponents;
|
|
|
| -class LocaleMac : public Locale {
|
| +class PLATFORM_EXPORT LocaleMac : public Locale {
|
| public:
|
| static PassOwnPtr<LocaleMac> create(const String&);
|
| static PassOwnPtr<LocaleMac> create(NSLocale*);
|
|
|