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 2d0436c71cd91b74a1869949ea4534473547ccfd..cbf03e942f6206001d2a228f8fa7f208f3cd7dff 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 PrefService; |
+class PrefServiceSyncable; |
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(PrefService* prefs); |
+ static void RegisterUserPrefs(PrefServiceSyncable* prefs); |
explicit ChromeToMobileService(Profile* profile); |
virtual ~ChromeToMobileService(); |