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 c11659a1c0e4224678f00d418bb011f32a521b55..691fff1c8efe13b25a8031470a03b938d06f1f6b 100644 |
--- a/chrome/browser/ui/gtk/browser_window_gtk.h |
+++ b/chrome/browser/ui/gtk/browser_window_gtk.h |
@@ -40,7 +40,7 @@ class GlobalMenuBar; |
class InfoBarContainerGtk; |
class InstantPreviewControllerGtk; |
class LocationBar; |
-class PrefService; |
+class PrefServiceSyncable; |
class StatusBubbleGtk; |
class TabContentsContainerGtk; |
class TabStripGtk; |
@@ -252,7 +252,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 |