| Index: components/autofill/core/browser/autofill_manager.cc
|
| diff --git a/components/autofill/core/browser/autofill_manager.cc b/components/autofill/core/browser/autofill_manager.cc
|
| index b1f3ad675674bdf73382e0b6376bd6e3f5d81495..be7ce1333921edd7945235f8682a3647c7b69cea 100644
|
| --- a/components/autofill/core/browser/autofill_manager.cc
|
| +++ b/components/autofill/core/browser/autofill_manager.cc
|
| @@ -684,7 +684,7 @@ void AutofillManager::OnLoadedServerPredictions(
|
|
|
| // Forward form structures to the password generation manager to detect
|
| // account creation forms.
|
| - client_->DetectAccountCreationForms(form_structures_.get());
|
| + driver_->DetectAccountCreationForms(form_structures_.get());
|
|
|
| // If the corresponding flag is set, annotate forms with the predicted types.
|
| driver_->SendAutofillTypePredictionsToRenderer(form_structures_.get());
|
|
|