Index: chrome/browser/ui/gtk/autofill/autofill_external_delegate_gtk.h |
diff --git a/chrome/browser/ui/gtk/autofill/autofill_external_delegate_gtk.h b/chrome/browser/ui/gtk/autofill/autofill_external_delegate_gtk.h |
index eb477cba26314bcfcd02370052c5b8e715c3ac66..0425fa9411ef568bf36658349f7cb95e778a1ec3 100644 |
--- a/chrome/browser/ui/gtk/autofill/autofill_external_delegate_gtk.h |
+++ b/chrome/browser/ui/gtk/autofill/autofill_external_delegate_gtk.h |
@@ -26,8 +26,8 @@ class AutofillExternalDelegateGtk : public AutofillExternalDelegate { |
virtual void HideAutofillPopupInternal() OVERRIDE; |
virtual void OnQueryPlatformSpecific( |
int query_id, |
- const webkit::forms::FormData& form, |
- const webkit::forms::FormField& field, |
+ const FormData& form, |
+ const FormFieldData& field, |
const gfx::Rect& bounds) OVERRIDE; |
virtual void ApplyAutofillSuggestions( |
const std::vector<string16>& autofill_values, |