| 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 5edc9ffa2f61843aa07a38283b72bf6db6c07901..1f9e2f9fb8c0f4f9c66b14473ad0eba460124fcb 100644
|
| --- a/chrome/browser/chrome_to_mobile_service.cc
|
| +++ b/chrome/browser/chrome_to_mobile_service.cc
|
| @@ -251,9 +251,10 @@ bool ChromeToMobileService::UpdateAndGetCommandState(Browser* browser) {
|
| }
|
|
|
| // static
|
| -void ChromeToMobileService::RegisterUserPrefs(PrefRegistrySyncable* registry) {
|
| +void ChromeToMobileService::RegisterUserPrefs(
|
| + user_prefs::PrefRegistrySyncable* registry) {
|
| registry->RegisterListPref(prefs::kChromeToMobileDeviceList,
|
| - PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| + user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| }
|
|
|
| ChromeToMobileService::ChromeToMobileService(Profile* profile)
|
|
|