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

Unified Diff: webkit/glue/form_field_values.cc

Issue 387020: Upstreaming WebKit.gyp (Closed)
Patch Set: Created 11 years, 1 month 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 | « webkit/glue/dom_serializer_unittest.cc ('k') | webkit/glue/ftp_directory_listing_response_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/form_field_values.cc
diff --git a/webkit/glue/form_field_values.cc b/webkit/glue/form_field_values.cc
index 9beaf18bdc4908aa5ff7b5669e969d4497b92174..d739b5f20ba153a2eb5f1a2d4267de72982412c2 100644
--- a/webkit/glue/form_field_values.cc
+++ b/webkit/glue/form_field_values.cc
@@ -15,10 +15,10 @@
#include "base/logging.h"
#include "base/string16.h"
#include "base/string_util.h"
-#include "webkit/api/public/WebFormElement.h"
+#include "third_party/WebKit/WebKit/chromium/public/WebFormElement.h"
#include "webkit/glue/form_field_values.h"
// Can include from api/src because this file will eventually be there too.
-#include "webkit/api/src/DOMUtilitiesPrivate.h"
+#include "third_party/WebKit/WebKit/chromium/src/DOMUtilitiesPrivate.h"
#include "webkit/glue/glue_util.h"
using WebKit::WebFormElement;
« no previous file with comments | « webkit/glue/dom_serializer_unittest.cc ('k') | webkit/glue/ftp_directory_listing_response_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698