| 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 0cbaa8e7e3f2248a24bdeeedf659efaa4368533b..545aed3e3a1cdf4bcec5b71fff726f053da48eb9 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.
|
|
|