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

Unified Diff: chrome/browser/api/webdata/autofill_web_data.h

Issue 11000016: Move forms/ out of webkit/. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Mostly cosmetic fixup Created 8 years, 3 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/api/webdata/autofill_web_data.h
diff --git a/chrome/browser/api/webdata/autofill_web_data.h b/chrome/browser/api/webdata/autofill_web_data.h
index d509ddec1e9500458635ed19a30437f479aba90a..523bf6a5a8dd632ff98bfda44202fa5e255859d8 100644
--- a/chrome/browser/api/webdata/autofill_web_data.h
+++ b/chrome/browser/api/webdata/autofill_web_data.h
@@ -12,11 +12,9 @@
#include "base/string16.h"
#include "chrome/browser/api/webdata/web_data_service_base.h"
-namespace webkit {
-namespace forms {
+namespace content {
struct FormField;
}
-}
class AutofillProfile;
class CreditCard;
@@ -31,7 +29,7 @@ class AutofillWebData {
// Schedules a task to add form fields to the web database.
virtual void AddFormFields(
- const std::vector<webkit::forms::FormField>& fields) = 0;
+ const std::vector<content::FormField>& fields) = 0;
// Initiates the request for a vector of values which have been entered in
// form input fields named |name|. The method OnWebDataServiceRequestDone of

Powered by Google App Engine
This is Rietveld 408576698