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

Unified Diff: Source/web/DateTimeChooserImpl.cpp

Issue 332413004: Generate web, devtools files into their own sub-dirs. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: more gn build changes Created 6 years, 6 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/ColorChooserPopupUIController.cpp ('k') | Source/web/web.gyp » ('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 170e498df1efd216c23d8e25c4058e3520462d93..639ba1b9e772814e2ea61d4768992733ea10bfbf 100644
--- a/Source/web/DateTimeChooserImpl.cpp
+++ b/Source/web/DateTimeChooserImpl.cpp
@@ -32,8 +32,6 @@
#if ENABLE(INPUT_MULTIPLE_FIELDS_UI)
#include "web/DateTimeChooserImpl.h"
-#include "CalendarPicker.h"
-#include "PickerCommon.h"
#include "core/InputTypeNames.h"
#include "core/frame/FrameView.h"
#include "core/rendering/RenderTheme.h"
@@ -41,7 +39,9 @@
#include "platform/DateTimeChooserClient.h"
#include "platform/Language.h"
#include "platform/text/PlatformLocale.h"
+#include "web/CalendarPicker.h"
#include "web/ChromeClientImpl.h"
+#include "web/PickerCommon.h"
#include "web/WebViewImpl.h"
using namespace WebCore;
« no previous file with comments | « Source/web/ColorChooserPopupUIController.cpp ('k') | Source/web/web.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698