| Index: components/autofill/core/browser/test_autofill_client.h
|
| diff --git a/components/autofill/core/browser/test_autofill_client.h b/components/autofill/core/browser/test_autofill_client.h
|
| index 41f29f1c824c9758bdf26af88d7a8a364d80b7bd..251181bccd2e4a8f7e738c30bc87d32eb7196130 100644
|
| --- a/components/autofill/core/browser/test_autofill_client.h
|
| +++ b/components/autofill/core/browser/test_autofill_client.h
|
| @@ -49,7 +49,7 @@ class TestAutofillClient : public AutofillClient {
|
| const std::vector<base::string16>& labels) override;
|
| void HideAutofillPopup() override;
|
| bool IsAutocompleteEnabled() override;
|
| - void DetectAccountCreationForms(
|
| + void PropagateAutofillPredictions(
|
| content::RenderFrameHost* rfh,
|
| const std::vector<autofill::FormStructure*>& forms) override;
|
| void DidFillOrPreviewField(const base::string16& autofilled_value,
|
|
|