| Index: components/autofill/core/browser/options_util.h
|
| diff --git a/components/autofill/core/browser/options_util.h b/components/autofill/core/browser/options_util.h
|
| index 4b847f7d5609a2468b94299432d38bf5553066d9..7be0f68f96c7c5b79723ed9d1d6dda1174bbaf8d 100644
|
| --- a/components/autofill/core/browser/options_util.h
|
| +++ b/components/autofill/core/browser/options_util.h
|
| @@ -11,13 +11,9 @@ class SyncService;
|
|
|
| namespace autofill {
|
|
|
| -class PersonalDataManager;
|
| -
|
| // Decides whether the Autofill Wallet integration is available (i.e. can be
|
| // enabled or disabled by the user).
|
| -bool WalletIntegrationAvailable(
|
| - sync_driver::SyncService* sync_service,
|
| - const PersonalDataManager& personal_data_manager);
|
| +bool WalletIntegrationAvailable(sync_driver::SyncService* sync_service);
|
|
|
| } // namespace autofill
|
|
|
|
|