summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/test_autofill_external_delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/autofill/test_autofill_external_delegate.cc')
-rw-r--r--chrome/browser/autofill/test_autofill_external_delegate.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/autofill/test_autofill_external_delegate.cc b/chrome/browser/autofill/test_autofill_external_delegate.cc
index 6815477..f5f6a74 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 FormData& form,
+ const FormFieldData& field,
const gfx::Rect& bounds) {}
void TestAutofillExternalDelegate::HideAutofillPopupInternal() {}