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

Unified Diff: chrome/browser/webdata/web_data_service.cc

Issue 11000016: Move forms/ out of webkit/. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Response to review Created 8 years, 2 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: chrome/browser/webdata/web_data_service.cc
diff --git a/chrome/browser/webdata/web_data_service.cc b/chrome/browser/webdata/web_data_service.cc
index ee8733fa13580311443872a8b85ac012676e1908..1228a515766391adaf4210639ea826ca7640459a 100644
--- a/chrome/browser/webdata/web_data_service.cc
+++ b/chrome/browser/webdata/web_data_service.cc
@@ -28,6 +28,7 @@
#include "chrome/browser/webdata/web_intents_table.h"
#include "chrome/common/chrome_constants.h"
#include "chrome/common/chrome_notification_types.h"
+#include "chrome/common/form_field.h"
#ifdef DEBUG
#include "content/public/browser/browser_thread.h"
#endif
@@ -37,7 +38,6 @@
#include "grit/chromium_strings.h"
#include "grit/generated_resources.h"
#include "third_party/skia/include/core/SkBitmap.h"
-#include "webkit/forms/form_field.h"
////////////////////////////////////////////////////////////////////////////////
//
@@ -47,8 +47,8 @@
using base::Bind;
using base::Time;
+using chrome::FormField;
using content::BrowserThread;
-using webkit::forms::FormField;
using webkit_glue::WebIntentServiceData;
namespace {

Powered by Google App Engine
This is Rietveld 408576698