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

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

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner 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/WebSearchableFormData.cpp
diff --git a/Source/WebKit/chromium/src/WebSearchableFormData.cpp b/Source/WebKit/chromium/src/WebSearchableFormData.cpp
index cafe22045e863dafcecbd0b3fbede307acb3c606..c6be32c0e32696dcf5dd82bede377177eccb449a 100644
--- a/Source/WebKit/chromium/src/WebSearchableFormData.cpp
+++ b/Source/WebKit/chromium/src/WebSearchableFormData.cpp
@@ -31,7 +31,6 @@
#include "config.h"
#include "WebSearchableFormData.h"
-#include "Document.h"
#include "FormDataList.h"
#include "HTMLFormControlElement.h"
#include "HTMLFormElement.h"
@@ -42,6 +41,7 @@
#include "HTMLSelectElement.h"
#include "WebFormElement.h"
#include "WebInputElement.h"
+#include "core/dom/Document.h"
#include "core/loader/DocumentLoader.h"
#include "core/page/Frame.h"
#include "core/platform/network/FormDataBuilder.h"
« no previous file with comments | « Source/WebKit/chromium/src/WebScopedUserGesture.cpp ('k') | Source/WebKit/chromium/src/WebSharedWorkerImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698