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

Unified Diff: Source/platform/text/LocaleWin.cpp

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.h ('k') | Source/platform/text/PlatformLocale.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/text/LocaleWin.cpp
diff --git a/Source/core/platform/text/LocaleWin.cpp b/Source/platform/text/LocaleWin.cpp
similarity index 99%
rename from Source/core/platform/text/LocaleWin.cpp
rename to Source/platform/text/LocaleWin.cpp
index b93c0e6be30d6620c2c7a1e58743b5c7a56c870c..77c1c8ed5df47cdc11912abe7728f51db9ba71f9 100644
--- a/Source/core/platform/text/LocaleWin.cpp
+++ b/Source/platform/text/LocaleWin.cpp
@@ -29,8 +29,10 @@
*/
#include "config.h"
-#include "core/platform/text/LocaleWin.h"
+#include "platform/text/LocaleWin.h"
+#include <windows.h>
+#include <limits>
#include "platform/DateComponents.h"
#include "platform/Language.h"
#include "platform/LayoutTestSupport.h"
@@ -44,8 +46,6 @@
#include "wtf/text/StringBuffer.h"
#include "wtf/text/StringBuilder.h"
#include "wtf/text/StringHash.h"
-#include <limits>
-#include <windows.h>
using namespace std;
« no previous file with comments | « Source/platform/text/LocaleWin.h ('k') | Source/platform/text/PlatformLocale.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698