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

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

Issue 14022018: Absolutify paths to html/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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
Index: Source/WebKit/chromium/src/EditorClientImpl.cpp
diff --git a/Source/WebKit/chromium/src/EditorClientImpl.cpp b/Source/WebKit/chromium/src/EditorClientImpl.cpp
index 3cad2247f4dbb89751eb247d156888d17b5f65c4..fcf4f587fde7212091d397e035cb46c27dfd626f 100644
--- a/Source/WebKit/chromium/src/EditorClientImpl.cpp
+++ b/Source/WebKit/chromium/src/EditorClientImpl.cpp
@@ -27,7 +27,6 @@
#include "config.h"
#include "EditorClientImpl.h"
-#include "HTMLInputElement.h"
#include "HTMLNames.h"
#include "WebAutofillClient.h"
#include "WebEditingAction.h"
@@ -52,6 +51,7 @@
#include "core/editing/Editor.h"
#include "core/editing/SpellChecker.h"
#include "core/editing/UndoStep.h"
+#include "core/html/HTMLInputElement.h"
#include "core/page/EventHandler.h"
#include "core/page/Frame.h"
#include "core/page/Page.h"
« no previous file with comments | « Source/WebKit/chromium/src/DateTimeChooserImpl.cpp ('k') | Source/WebKit/chromium/src/ExternalDateTimeChooser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698