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

Unified Diff: chrome/browser/autofill/autofill_field.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
Index: chrome/browser/autofill/autofill_field.h
diff --git a/chrome/browser/autofill/autofill_field.h b/chrome/browser/autofill/autofill_field.h
index e72a89c50c1ffb5cc03e4a775530846d7f7656e9..797802a83ae067fbac5cb161012fbcb646122a79 100644
--- a/chrome/browser/autofill/autofill_field.h
+++ b/chrome/browser/autofill/autofill_field.h
@@ -10,9 +10,9 @@
#include "base/basictypes.h"
#include "base/string16.h"
#include "chrome/browser/autofill/field_types.h"
-#include "webkit/forms/form_field.h"
+#include "chrome/common/form_field_data.h"
-class AutofillField : public webkit::forms::FormField {
+class AutofillField : public FormFieldData {
public:
enum PhonePart {
IGNORED = 0,
@@ -21,8 +21,7 @@ class AutofillField : public webkit::forms::FormField {
};
AutofillField();
- AutofillField(const webkit::forms::FormField& field,
- const string16& unique_name);
+ AutofillField(const FormFieldData& field, const string16& unique_name);
virtual ~AutofillField();
const string16& unique_name() const { return unique_name_; }
« no previous file with comments | « chrome/browser/autofill/autofill_external_delegate_unittest.cc ('k') | chrome/browser/autofill/autofill_field.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698