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

Unified Diff: chrome/browser/autofill/select_control_handler.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/autofill/phone_field_unittest.cc ('k') | chrome/browser/autofill/select_control_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/select_control_handler.h
diff --git a/chrome/browser/autofill/select_control_handler.h b/chrome/browser/autofill/select_control_handler.h
index e54d4eddda043c32e9809eeb13e6dbda59eeb0a2..34f4076a0a392191b2a71061df1a00b54c0f377b 100644
--- a/chrome/browser/autofill/select_control_handler.h
+++ b/chrome/browser/autofill/select_control_handler.h
@@ -10,11 +10,7 @@
class FormGroup;
-namespace webkit {
-namespace forms {
-struct FormField;
-}
-}
+struct FormFieldData;
namespace autofill {
@@ -24,7 +20,7 @@ namespace autofill {
// months, e.g., (04, April).
void FillSelectControl(const FormGroup& form_group,
AutofillFieldType type,
- webkit::forms::FormField* field);
+ FormFieldData* field);
// Returns true if |value| is a valid US state name or abbreviation. It is case
// insensitive. Valid for US states only.
« no previous file with comments | « chrome/browser/autofill/phone_field_unittest.cc ('k') | chrome/browser/autofill/select_control_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698