Index: chrome/browser/autofill/test_autofill_external_delegate.cc |
diff --git a/chrome/browser/autofill/test_autofill_external_delegate.cc b/chrome/browser/autofill/test_autofill_external_delegate.cc |
index 681547782edc92c7da2f94f1c485e0cefd2c12f9..7ed44aaf3708114ecd94566c0b0c4852bbc488c5 100644 |
--- a/chrome/browser/autofill/test_autofill_external_delegate.cc |
+++ b/chrome/browser/autofill/test_autofill_external_delegate.cc |
@@ -18,8 +18,8 @@ void TestAutofillExternalDelegate::ApplyAutofillSuggestions( |
void TestAutofillExternalDelegate::OnQueryPlatformSpecific( |
int query_id, |
- const webkit::forms::FormData& form, |
- const webkit::forms::FormField& field, |
+ const content::FormData& form, |
+ const content::FormField& field, |
const gfx::Rect& bounds) {} |
void TestAutofillExternalDelegate::HideAutofillPopupInternal() {} |