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

Unified Diff: Source/platform/text/LocaleWin.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/LocaleToScriptMapping.cpp ('k') | Source/platform/text/LocaleWin.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/text/LocaleWin.h
diff --git a/Source/core/platform/text/LocaleWin.h b/Source/platform/text/LocaleWin.h
similarity index 97%
rename from Source/core/platform/text/LocaleWin.h
rename to Source/platform/text/LocaleWin.h
index ed6681cbb5bf0cae6fe1ecbb8d550b618fb9f610..cf6badc376d2c78a762e2b07c4215cf217b284e8 100644
--- a/Source/core/platform/text/LocaleWin.h
+++ b/Source/platform/text/LocaleWin.h
@@ -31,18 +31,18 @@
#ifndef LocaleWin_h
#define LocaleWin_h
-#include "core/platform/text/PlatformLocale.h"
+#include <windows.h>
+#include "platform/text/PlatformLocale.h"
#include "wtf/Forward.h"
#include "wtf/Vector.h"
#include "wtf/text/WTFString.h"
-#include <windows.h>
namespace WebCore {
class DateComponents;
struct DateFormatToken;
-class LocaleWin : public Locale {
+class PLATFORM_EXPORT LocaleWin : public Locale {
public:
static PassOwnPtr<LocaleWin> create(LCID, bool defaultsForLocale);
~LocaleWin();
« no previous file with comments | « Source/platform/text/LocaleToScriptMapping.cpp ('k') | Source/platform/text/LocaleWin.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698