| Index: third_party/WebKit/public/web/WebAutofillClient.h
|
| diff --git a/third_party/WebKit/public/web/WebAutofillClient.h b/third_party/WebKit/public/web/WebAutofillClient.h
|
| index 99c321ec3ea83f933ee43037463b302625c76d4a..037d4fbef3e30c391ecf82253664bd3a8cc46ec9 100644
|
| --- a/third_party/WebKit/public/web/WebAutofillClient.h
|
| +++ b/third_party/WebKit/public/web/WebAutofillClient.h
|
| @@ -57,7 +57,7 @@ public:
|
| // Informs the client whether or not any subsequent text changes should be ignored.
|
| virtual void setIgnoreTextChanges(bool ignore) { }
|
|
|
| - virtual void didAssociateFormControls(const WebVector<WebNode>&) { }
|
| + virtual void didAssociateFormControls() { }
|
| virtual void ajaxSucceeded() { }
|
|
|
| protected:
|
|
|