| Index: chrome/browser/chrome_to_mobile_service.cc
|
| diff --git a/chrome/browser/chrome_to_mobile_service.cc b/chrome/browser/chrome_to_mobile_service.cc
|
| index 1891982cd53c1b788e86e67477291194a8b4da66..9cbc2dee4b10a249d1984e56f50e90e6c680c1df 100644
|
| --- a/chrome/browser/chrome_to_mobile_service.cc
|
| +++ b/chrome/browser/chrome_to_mobile_service.cc
|
| @@ -247,9 +247,9 @@ bool ChromeToMobileService::UpdateAndGetCommandState(Browser* browser) {
|
| }
|
|
|
| // static
|
| -void ChromeToMobileService::RegisterUserPrefs(PrefService* prefs) {
|
| +void ChromeToMobileService::RegisterUserPrefs(PrefServiceSyncable* prefs) {
|
| prefs->RegisterListPref(prefs::kChromeToMobileDeviceList,
|
| - PrefService::UNSYNCABLE_PREF);
|
| + PrefServiceSyncable::UNSYNCABLE_PREF);
|
| }
|
|
|
| ChromeToMobileService::ChromeToMobileService(Profile* profile)
|
|
|