| Index: chrome/browser/autofill/options_util.cc
|
| diff --git a/chrome/browser/autofill/options_util.cc b/chrome/browser/autofill/options_util.cc
|
| index 14a2f675125d39cb21781191df4a78d1807adb3e..059a587ba3043a5f07ab5dfec1f74e1ea2a11c00 100644
|
| --- a/chrome/browser/autofill/options_util.cc
|
| +++ b/chrome/browser/autofill/options_util.cc
|
| @@ -15,7 +15,6 @@ namespace autofill {
|
| bool WalletIntegrationAvailableForProfile(Profile* profile) {
|
| return WalletIntegrationAvailable(
|
| ProfileSyncServiceFactory::GetInstance()->GetForProfile(profile),
|
| - *profile->GetPrefs(),
|
| *PersonalDataManagerFactory::GetForProfile(profile));
|
| }
|
|
|
|
|