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

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

Powered by Google App Engine
This is Rietveld 408576698