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

Unified Diff: Source/core/platform/text/LocaleWin.h

Issue 25674007: Remove core/platform/text/{mac, win} (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase 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/core/platform/text/LocaleMac.mm ('k') | Source/core/platform/text/LocaleWin.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/text/LocaleWin.h
diff --git a/Source/core/platform/text/win/LocaleWin.h b/Source/core/platform/text/LocaleWin.h
similarity index 100%
rename from Source/core/platform/text/win/LocaleWin.h
rename to Source/core/platform/text/LocaleWin.h
index cc843ca01dbad9aa6c706fe982f5f09462c7bb33..ed6681cbb5bf0cae6fe1ecbb8d550b618fb9f610 100644
--- a/Source/core/platform/text/win/LocaleWin.h
+++ b/Source/core/platform/text/LocaleWin.h
@@ -31,11 +31,11 @@
#ifndef LocaleWin_h
#define LocaleWin_h
-#include <windows.h>
#include "core/platform/text/PlatformLocale.h"
#include "wtf/Forward.h"
-#include "wtf/text/WTFString.h"
#include "wtf/Vector.h"
+#include "wtf/text/WTFString.h"
+#include <windows.h>
namespace WebCore {
« no previous file with comments | « Source/core/platform/text/LocaleMac.mm ('k') | Source/core/platform/text/LocaleWin.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698