| Index: Source/platform/text/PlatformLocale.h
|
| diff --git a/Source/core/platform/text/PlatformLocale.h b/Source/platform/text/PlatformLocale.h
|
| similarity index 99%
|
| rename from Source/core/platform/text/PlatformLocale.h
|
| rename to Source/platform/text/PlatformLocale.h
|
| index 790f1fca8e8bdf819c9fd565213f7494b02af2b6..4b1f5b6ea224fe107cc57c01810c748f5240dfe5 100644
|
| --- a/Source/core/platform/text/PlatformLocale.h
|
| +++ b/Source/platform/text/PlatformLocale.h
|
| @@ -34,9 +34,8 @@
|
|
|
| namespace WebCore {
|
|
|
| -class Locale {
|
| +class PLATFORM_EXPORT Locale {
|
| WTF_MAKE_NONCOPYABLE(Locale);
|
| -
|
| public:
|
| static PassOwnPtr<Locale> create(const AtomicString& localeIdentifier);
|
| // Never returns 0.
|
|
|