| Index: chrome/browser/chrome_to_mobile_service.h
|
| diff --git a/chrome/browser/chrome_to_mobile_service.h b/chrome/browser/chrome_to_mobile_service.h
|
| index 9ab92cb189d8b7d3313967c9fd5cfb1bd395918e..85c205b1b835032fc7c31cd7bbb94c1954759cfb 100644
|
| --- a/chrome/browser/chrome_to_mobile_service.h
|
| +++ b/chrome/browser/chrome_to_mobile_service.h
|
| @@ -31,7 +31,7 @@ class OAuth2AccessTokenFetcher;
|
| class Browser;
|
| class CloudPrintURL;
|
| class MockChromeToMobileService;
|
| -class PrefServiceSyncable;
|
| +class PrefRegistrySyncable;
|
| class Profile;
|
|
|
| namespace net {
|
| @@ -98,7 +98,7 @@ class ChromeToMobileService : public ProfileKeyedService,
|
| static bool UpdateAndGetCommandState(Browser* browser);
|
|
|
| // Register the user prefs associated with this service.
|
| - static void RegisterUserPrefs(PrefServiceSyncable* prefs);
|
| + static void RegisterUserPrefs(PrefRegistrySyncable* registry);
|
|
|
| explicit ChromeToMobileService(Profile* profile);
|
| virtual ~ChromeToMobileService();
|
|
|