| 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 63d38b36e61ec1ab68f5aca763dca121054f35b9..4b847f7d5609a2468b94299432d38bf5553066d9 100644
|
| --- a/components/autofill/core/browser/options_util.h
|
| +++ b/components/autofill/core/browser/options_util.h
|
| @@ -5,8 +5,6 @@
|
| #ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_OPTIONS_UTIL_H_
|
| #define COMPONENTS_AUTOFILL_CORE_BROWSER_OPTIONS_UTIL_H_
|
|
|
| -class PrefService;
|
| -
|
| namespace sync_driver {
|
| class SyncService;
|
| }
|
| @@ -19,7 +17,6 @@ class PersonalDataManager;
|
| // enabled or disabled by the user).
|
| bool WalletIntegrationAvailable(
|
| sync_driver::SyncService* sync_service,
|
| - const PrefService& pref_service,
|
| const PersonalDataManager& personal_data_manager);
|
|
|
| } // namespace autofill
|
|
|