Index: chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc |
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc |
index c786196e4e0de1a00fb31943b4d792678de69bce..4e88167008f74e1135501f4bee6a071570ea29a3 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc |
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc |
@@ -261,10 +261,11 @@ base::WeakPtr<AutofillDialogControllerImpl> |
// static |
void AutofillDialogControllerImpl::RegisterUserPrefs( |
- PrefRegistrySyncable* registry) { |
- registry->RegisterBooleanPref(::prefs::kAutofillDialogPayWithoutWallet, |
- kPayWithoutWalletDefault, |
- PrefRegistrySyncable::SYNCABLE_PREF); |
+ user_prefs::PrefRegistrySyncable* registry) { |
+ registry->RegisterBooleanPref( |
+ ::prefs::kAutofillDialogPayWithoutWallet, |
+ kPayWithoutWalletDefault, |
+ user_prefs::PrefRegistrySyncable::SYNCABLE_PREF); |
} |
void AutofillDialogControllerImpl::Show() { |