| Index: chrome/browser/ui/gtk/browser_toolbar_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/browser_toolbar_gtk.h b/chrome/browser/ui/gtk/browser_toolbar_gtk.h
|
| index 266d63ceb8ddb882cef2057221f6533358e6e5c9..08d9f6b32b308a393f80fed075046eb1c77d015e 100644
|
| --- a/chrome/browser/ui/gtk/browser_toolbar_gtk.h
|
| +++ b/chrome/browser/ui/gtk/browser_toolbar_gtk.h
|
| @@ -29,7 +29,7 @@ class Browser;
|
| class BrowserActionsToolbarGtk;
|
| class BrowserWindowGtk;
|
| class CustomDrawButton;
|
| -class ThemeServiceGtk;
|
| +class GtkThemeService;
|
| class LocationBar;
|
| class LocationBarViewGtk;
|
| class ReloadButtonGtk;
|
| @@ -191,7 +191,7 @@ class BrowserToolbarGtk : public CommandUpdater::CommandObserver,
|
| // The model that contains the security level, text, icon to display...
|
| ToolbarModel* model_;
|
|
|
| - ThemeServiceGtk* theme_service_;
|
| + GtkThemeService* theme_service_;
|
|
|
| scoped_ptr<MenuGtk> wrench_menu_;
|
|
|
|
|