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

Unified Diff: Source/core/html/BaseChooserOnlyDateAndTimeInputType.h

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/core/history/HistoryItem.cpp ('k') | Source/core/html/BaseDateAndTimeInputType.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/BaseChooserOnlyDateAndTimeInputType.h
diff --git a/Source/core/html/BaseChooserOnlyDateAndTimeInputType.h b/Source/core/html/BaseChooserOnlyDateAndTimeInputType.h
index 57df21623c1fb0b137786f8ccc88780c9661aa3a..702f31fa541889c3cbe4107f358181e99bc8bdef 100644
--- a/Source/core/html/BaseChooserOnlyDateAndTimeInputType.h
+++ b/Source/core/html/BaseChooserOnlyDateAndTimeInputType.h
@@ -29,8 +29,8 @@
#if !ENABLE(INPUT_MULTIPLE_FIELDS_UI)
#include "BaseClickableWithKeyInputType.h"
#include "BaseDateAndTimeInputType.h"
-#include "DateTimeChooser.h"
-#include "DateTimeChooserClient.h"
+#include "core/platform/DateTimeChooser.h"
+#include "core/platform/DateTimeChooserClient.h"
namespace WebCore {
« no previous file with comments | « Source/core/history/HistoryItem.cpp ('k') | Source/core/html/BaseDateAndTimeInputType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698