Index: chrome/browser/ui/browser_instant_controller.h |
diff --git a/chrome/browser/ui/browser_instant_controller.h b/chrome/browser/ui/browser_instant_controller.h |
index 570c33478df7090338e488aa2939e95f702ce2b2..f27d7e060aca997a649b1731647613e37726e88f 100644 |
--- a/chrome/browser/ui/browser_instant_controller.h |
+++ b/chrome/browser/ui/browser_instant_controller.h |
@@ -17,7 +17,7 @@ |
class Browser; |
struct InstantSuggestion; |
-class PrefService; |
+class PrefServiceSyncable; |
class Profile; |
class ThemeService; |
@@ -41,7 +41,7 @@ class BrowserInstantController : public content::NotificationObserver, |
static bool IsInstantEnabled(Profile* profile); |
// Registers Instant related preferences. |
- static void RegisterUserPrefs(PrefService* prefs); |
+ static void RegisterUserPrefs(PrefServiceSyncable* prefs); |
// Commits the current Instant, returning true on success. This is intended |
// for use from OpenCurrentURL. |