| 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 40f763f466b48aa812ca29213efa4f16fd613d09..2e18911124931fa07e5fb715f414ef355e84ccb0 100644
|
| --- a/chrome/browser/ui/gtk/browser_window_gtk.h
|
| +++ b/chrome/browser/ui/gtk/browser_window_gtk.h
|
| @@ -251,7 +251,7 @@ class BrowserWindowGtk
|
| // Returns the tab we're currently displaying in the tab contents container.
|
| content::WebContents* GetDisplayedTab();
|
|
|
| - static void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry);
|
| + static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
|
|
|
| // 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
|
|
|