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 f154992bd2343718214995631babb4e24e882da3..78fcf8096ef0f806bf8aad8b1f82290e2f2784f4 100644 |
--- a/chrome/browser/ui/browser_instant_controller.h |
+++ b/chrome/browser/ui/browser_instant_controller.h |
@@ -17,7 +17,8 @@ |
class Browser; |
struct InstantSuggestion; |
-class PrefServiceSyncable; |
+class PrefRegistrySyncable; |
+class PrefService; |
class Profile; |
class ThemeService; |
@@ -41,7 +42,8 @@ class BrowserInstantController : public content::NotificationObserver, |
static bool IsInstantEnabled(Profile* profile); |
// Registers Instant related preferences. |
- static void RegisterUserPrefs(PrefServiceSyncable* prefs); |
+ static void RegisterUserPrefs(PrefService* prefs, |
+ PrefRegistrySyncable* registry); |
// Commits the current Instant, returning true on success. This is intended |
// for use from OpenCurrentURL. |