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

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: 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
« no previous file with comments | « chrome/browser/DEPS ('k') | chrome/browser/autofill/address_field_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..35838b46856f7b3aed72e48ad99d50faef514b95 100644
--- a/chrome/browser/api/webdata/autofill_web_data.h
+++ b/chrome/browser/api/webdata/autofill_web_data.h
@@ -12,16 +12,11 @@
#include "base/string16.h"
#include "chrome/browser/api/webdata/web_data_service_base.h"
-namespace webkit {
-namespace forms {
-struct FormField;
-}
-}
-
class AutofillProfile;
class CreditCard;
class Profile;
class WebDataServiceConsumer;
+struct FormFieldData;
// Pure virtual interface for retrieving Autofill data. API users
// should use AutofillWebDataService.
@@ -31,7 +26,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<FormFieldData>& fields) = 0;
// Initiates the request for a vector of values which have been entered in
// form input fields named |name|. The method OnWebDataServiceRequestDone of
« no previous file with comments | « chrome/browser/DEPS ('k') | chrome/browser/autofill/address_field_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698