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

Unified Diff: Source/platform/text/LocaleICU.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/blink_platform.gypi ('k') | Source/platform/text/LocaleICU.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « Source/platform/blink_platform.gypi ('k') | Source/platform/text/LocaleICU.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698