| Index: chrome/browser/ui/gtk/browser_window_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/browser_window_gtk.h b/chrome/browser/ui/gtk/browser_window_gtk.h
|
| index 1900b9397c5c1a07a2b41f9b25428131718cd42b..aaec01a0b75a3d97be8966fd61b6f7924fe1f81b 100644
|
| --- a/chrome/browser/ui/gtk/browser_window_gtk.h
|
| +++ b/chrome/browser/ui/gtk/browser_window_gtk.h
|
| @@ -39,7 +39,7 @@ class GlobalMenuBar;
|
| class InfoBarContainerGtk;
|
| class InstantPreviewControllerGtk;
|
| class LocationBar;
|
| -class PrefService;
|
| +class PrefServiceSyncable;
|
| class StatusBubbleGtk;
|
| class TabContentsContainerGtk;
|
| class TabStripGtk;
|
| @@ -250,7 +250,7 @@ class BrowserWindowGtk
|
| // Returns the tab we're currently displaying in the tab contents container.
|
| content::WebContents* GetDisplayedTab();
|
|
|
| - static void RegisterUserPrefs(PrefService* prefs);
|
| + static void RegisterUserPrefs(PrefServiceSyncable* prefs);
|
|
|
| // Tells GTK that the toolbar area is invalidated and needs redrawing. We
|
| // have this method as a hack because GTK doesn't queue the toolbar area for
|
|
|