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 12070841fb9a21d84826c0d8efb00953937ba3f0..8ad20856fbb144d523cdf9e91b85364ee08122f2 100644 |
--- a/chrome/browser/autofill/autofill_common_test.h |
+++ b/chrome/browser/autofill/autofill_common_test.h |
@@ -9,11 +9,7 @@ class AutofillProfile; |
class CreditCard; |
class Profile; |
-namespace webkit { |
-namespace forms { |
-struct FormField; |
-} |
-} |
+struct FormFieldData; |
// Common utilities shared amongst Autofill tests. |
namespace autofill_test { |
@@ -23,7 +19,7 @@ void CreateTestFormField(const char* label, |
const char* name, |
const char* value, |
const char* type, |
- webkit::forms::FormField* field); |
+ FormFieldData* 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 |