| Index: public/web/WebAutofillClient.h
|
| diff --git a/public/web/WebAutofillClient.h b/public/web/WebAutofillClient.h
|
| index ac26db5b32f17dcc8299a66c28a3efd69b9fae96..4a5ad60c4827746de8d1c3e11c6013609be5da23 100644
|
| --- a/public/web/WebAutofillClient.h
|
| +++ b/public/web/WebAutofillClient.h
|
| @@ -31,12 +31,11 @@
|
| #ifndef WebAutofillClient_h
|
| #define WebAutofillClient_h
|
|
|
| -#include "WebFrame.h"
|
| -
|
| namespace blink {
|
|
|
| class WebFormControlElement;
|
| class WebFormElement;
|
| +class WebFrame;
|
| class WebInputElement;
|
| class WebKeyboardEvent;
|
| class WebNode;
|
| @@ -46,7 +45,7 @@
|
| class WebAutofillClient {
|
| public:
|
| // Informs the browser an interactive autocomplete has been requested.
|
| - virtual void didRequestAutocomplete(WebLocalFrame*, const WebFormElement&) { }
|
| + virtual void didRequestAutocomplete(WebFrame*, const WebFormElement&) { }
|
|
|
| // These methods are called when the users edits a text-field.
|
| virtual void textFieldDidEndEditing(const WebInputElement&) { }
|
|
|