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

Unified Diff: Source/web/DateTimeChooserImpl.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/web/ColorChooserUIController.h ('k') | Source/web/tests/LocaleICUTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/DateTimeChooserImpl.cpp
diff --git a/Source/web/DateTimeChooserImpl.cpp b/Source/web/DateTimeChooserImpl.cpp
index ab3a78a533c017c879ab713481258a3affd52e01..84b2ae4815f70af803f94e9e2688e33467fc64f6 100644
--- a/Source/web/DateTimeChooserImpl.cpp
+++ b/Source/web/DateTimeChooserImpl.cpp
@@ -38,12 +38,12 @@
#include "WebViewImpl.h"
#include "core/html/forms/InputTypeNames.h"
#include "core/page/FrameView.h"
-#include "platform/DateComponents.h"
#include "core/platform/DateTimeChooserClient.h"
+#include "core/rendering/RenderTheme.h"
+#include "platform/DateComponents.h"
#include "platform/Language.h"
#include "platform/NotImplemented.h"
-#include "core/platform/text/PlatformLocale.h"
-#include "core/rendering/RenderTheme.h"
+#include "platform/text/PlatformLocale.h"
#include "public/platform/Platform.h"
#include "public/platform/WebLocalizedString.h"
« no previous file with comments | « Source/web/ColorChooserUIController.h ('k') | Source/web/tests/LocaleICUTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698