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

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

Issue 13840007: Absolutify paths to platform/network. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 d0d9c653bd6e88e558b88da48a14cdf18bed789d..0d2c7ef0c987916bd259e5f634bf4f64d9e4e803 100644
--- a/Source/WebKit/chromium/src/WebSearchableFormData.cpp
+++ b/Source/WebKit/chromium/src/WebSearchableFormData.cpp
@@ -33,7 +33,6 @@
#include "Document.h"
#include "DocumentLoader.h"
-#include "FormDataBuilder.h"
#include "FormDataList.h"
#include "Frame.h"
#include "HTMLFormControlElement.h"
@@ -46,6 +45,7 @@
#include "TextEncoding.h"
#include "WebFormElement.h"
#include "WebInputElement.h"
+#include "core/platform/network/FormDataBuilder.h"
using namespace WebCore;
using namespace HTMLNames;
« no previous file with comments | « Source/WebKit/chromium/src/WebNetworkStateNotifier.cpp ('k') | Source/WebKit/chromium/src/WebURLLoadTiming.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698