| 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 4ac61e3bcabd0a0ef5f9067486f17d5fd6ac50ef..266d63ceb8ddb882cef2057221f6533358e6e5c9 100644
|
| --- a/chrome/browser/ui/gtk/browser_toolbar_gtk.h
|
| +++ b/chrome/browser/ui/gtk/browser_toolbar_gtk.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -29,7 +29,7 @@ class Browser;
|
| class BrowserActionsToolbarGtk;
|
| class BrowserWindowGtk;
|
| class CustomDrawButton;
|
| -class GtkThemeService;
|
| +class ThemeServiceGtk;
|
| 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_;
|
|
|
| - GtkThemeService* theme_service_;
|
| + ThemeServiceGtk* theme_service_;
|
|
|
| scoped_ptr<MenuGtk> wrench_menu_;
|
|
|
|
|