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

Unified Diff: chrome/browser/autofill/select_control_handler.h

Issue 8680040: Group forms-related files in webkit/glue in a forms/ subdirectory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + another build fix Created 9 years 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 1793c70d5ca784721d079e59f7af3683a6a7ee55..b4cacf7cc3149a82e963e22e8c96894abc488012 100644
--- a/chrome/browser/autofill/select_control_handler.h
+++ b/chrome/browser/autofill/select_control_handler.h
@@ -11,9 +11,11 @@
class FormGroup;
-namespace webkit_glue {
+namespace webkit {
+namespace forms {
struct FormField;
-} // namespace webkit_glue
+}
+}
namespace autofill {
@@ -23,7 +25,7 @@ namespace autofill {
// months, e.g., (04, April).
void FillSelectControl(const FormGroup& form_group,
AutofillFieldType type,
- webkit_glue::FormField* field);
+ webkit::forms::FormField* 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