| Index: public/web/WebAutofillClient.h
|
| diff --git a/public/web/WebAutofillClient.h b/public/web/WebAutofillClient.h
|
| index 1c5289a6f7b87a97580bb300a66f38426b71acb0..7fef5f0ad72081e51d3ad38e677ae89c66311d10 100644
|
| --- a/public/web/WebAutofillClient.h
|
| +++ b/public/web/WebAutofillClient.h
|
| @@ -38,14 +38,13 @@ class WebFormElement;
|
| class WebInputElement;
|
| class WebKeyboardEvent;
|
| class WebNode;
|
| -struct WebAutocompleteParams;
|
|
|
| template <typename T> class WebVector;
|
|
|
| class WebAutofillClient {
|
| public:
|
| // Informs the browser an interactive autocomplete has been requested.
|
| - virtual void didRequestAutocomplete(const WebFormElement&, const WebAutocompleteParams&) { }
|
| + virtual void didRequestAutocomplete(const WebFormElement&) { }
|
|
|
| // These methods are called when the users edits a text-field.
|
| virtual void textFieldDidEndEditing(const WebInputElement&) { }
|
|
|