| 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..08d76076fe66ac52d7e36832c14b6495bf5f5b05 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 content::FormData& form,
|
| + const content::FormField& field,
|
| const gfx::Rect& bounds) OVERRIDE;
|
| virtual void ApplyAutofillSuggestions(
|
| const std::vector<string16>& autofill_values,
|
|
|