| Index: components/autofill/content/browser/content_autofill_driver.h
|
| diff --git a/components/autofill/content/browser/content_autofill_driver.h b/components/autofill/content/browser/content_autofill_driver.h
|
| index 98bac40e4c64cb2a8a71e9ecd4c038039de2d5b4..3817d2f0fbb0c153672d07cab8521d9cb3bead6b 100644
|
| --- a/components/autofill/content/browser/content_autofill_driver.h
|
| +++ b/components/autofill/content/browser/content_autofill_driver.h
|
| @@ -50,7 +50,7 @@ class ContentAutofillDriver : public AutofillDriver {
|
| RendererFormDataAction action,
|
| const FormData& data) override;
|
| void PingRenderer() override;
|
| - void DetectAccountCreationForms(
|
| + void PropagateAutofillPredictions(
|
| const std::vector<autofill::FormStructure*>& forms) override;
|
| void SendAutofillTypePredictionsToRenderer(
|
| const std::vector<FormStructure*>& forms) override;
|
|
|