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 9701de85ec2dfb374fef001544edb3cb449d3770..873ffaa6a87aed96a065dee93e50cb2b4c38669f 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(); |