| Index: chrome/browser/autofill/autofill_common_test.h
|
| diff --git a/chrome/browser/autofill/autofill_common_test.h b/chrome/browser/autofill/autofill_common_test.h
|
| index 4b224b89501eb6f193718abc31336f6fbf9991d3..84a14fe8ea78bb61413afd21918ecacd498ea872 100644
|
| --- a/chrome/browser/autofill/autofill_common_test.h
|
| +++ b/chrome/browser/autofill/autofill_common_test.h
|
| @@ -10,9 +10,11 @@ class AutofillProfile;
|
| class CreditCard;
|
| class Profile;
|
|
|
| -namespace webkit_glue {
|
| +namespace webkit {
|
| +namespace forms {
|
| struct FormField;
|
| -} // namespace webkit_glue
|
| +}
|
| +}
|
|
|
| // Common utilities shared amongst Autofill tests.
|
| namespace autofill_test {
|
| @@ -22,7 +24,7 @@ void CreateTestFormField(const char* label,
|
| const char* name,
|
| const char* value,
|
| const char* type,
|
| - webkit_glue::FormField* field);
|
| + webkit::forms::FormField* field);
|
|
|
| // A unit testing utility that is common to a number of the Autofill unit
|
| // tests. |SetProfileInfo| provides a quick way to populate a profile with
|
|
|