| 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 744153b54edd91f8405f29897b87adbf6e35cb3a..5ccbd8e0c45be8bca2e50580ba6cf27ce5326139 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)
|
|
|