| 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 63093c974a547ce2c001505a0fc7df6c136dca88..e6488a1b53b6e0c4351b6c5a4c3b04b2847e56ac 100644
|
| --- a/components/autofill/core/browser/autofill_manager.cc
|
| +++ b/components/autofill/core/browser/autofill_manager.cc
|
| @@ -773,7 +773,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());
|
|
|