Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1454)

Unified Diff: Source/platform/text/LocaleMac.h

Issue 26113002: Move core/platform/text/Locale* to platform/text (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/text/LocaleICU.cpp ('k') | Source/platform/text/LocaleMac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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*);
« no previous file with comments | « Source/platform/text/LocaleICU.cpp ('k') | Source/platform/text/LocaleMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698