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

Unified Diff: Source/core/html/InputType.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/core/html/ImageDocument.cpp ('k') | Source/core/html/MediaController.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/InputType.cpp
diff --git a/Source/core/html/InputType.cpp b/Source/core/html/InputType.cpp
index 801924229b36cf054cf75a9689c16bcbda2a512b..e7e77d2b66c1d9b6aed137a9078bd9b22558b864 100644
--- a/Source/core/html/InputType.cpp
+++ b/Source/core/html/InputType.cpp
@@ -33,7 +33,6 @@
#include "ButtonInputType.h"
#include "CheckboxInputType.h"
#include "ColorInputType.h"
-#include "DateComponents.h"
#include "DateInputType.h"
#include "DateTimeInputType.h"
#include "DateTimeLocalInputType.h"
@@ -54,7 +53,6 @@
#include "ImageInputType.h"
#include "InputTypeNames.h"
#include "KeyboardEvent.h"
-#include "LocalizedStrings.h"
#include "MonthInputType.h"
#include "NodeRenderStyle.h"
#include "NumberInputType.h"
@@ -75,6 +73,8 @@
#include "URLInputType.h"
#include "WeekInputType.h"
#include "core/accessibility/AXObjectCache.h"
+#include "core/platform/DateComponents.h"
+#include "core/platform/LocalizedStrings.h"
#include "core/platform/text/TextBreakIterator.h"
#include <wtf/Assertions.h>
#include <wtf/HashMap.h>
« no previous file with comments | « Source/core/html/ImageDocument.cpp ('k') | Source/core/html/MediaController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698