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

Unified Diff: Source/WebKit/chromium/src/DateTimeChooserImpl.cpp

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu Created 7 years, 8 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/WebKit/chromium/src/DateTimeChooserImpl.h ('k') | Source/WebKit/chromium/src/DragScrollTimer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/DateTimeChooserImpl.cpp
diff --git a/Source/WebKit/chromium/src/DateTimeChooserImpl.cpp b/Source/WebKit/chromium/src/DateTimeChooserImpl.cpp
index fb510843d5060caada21b9c1e06a6ff5877a74fa..fa6b61b13ea948f0b9618cb069ab86cbbbf68583 100644
--- a/Source/WebKit/chromium/src/DateTimeChooserImpl.cpp
+++ b/Source/WebKit/chromium/src/DateTimeChooserImpl.cpp
@@ -34,15 +34,15 @@
#include "CalendarPicker.h"
#include "ChromeClientImpl.h"
-#include "DateComponents.h"
-#include "DateTimeChooserClient.h"
#include "FrameView.h"
#include "InputTypeNames.h"
-#include "Language.h"
-#include "NotImplemented.h"
#include "PickerCommon.h"
#include "RenderTheme.h"
#include "WebViewImpl.h"
+#include "core/platform/DateComponents.h"
+#include "core/platform/DateTimeChooserClient.h"
+#include "core/platform/Language.h"
+#include "core/platform/NotImplemented.h"
#include "core/platform/text/PlatformLocale.h"
#include <public/Platform.h>
#include <public/WebLocalizedString.h>
« no previous file with comments | « Source/WebKit/chromium/src/DateTimeChooserImpl.h ('k') | Source/WebKit/chromium/src/DragScrollTimer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698