| Index: chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.h b/chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.h
|
| index 0c6632baa4f47214c12c18548e3de4a036593478..c389d7d56e18fa443be393dcd91e6a0ae71c1ec9 100644
|
| --- a/chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.h
|
| +++ b/chrome/browser/ui/gtk/bookmarks/bookmark_bar_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.
|
|
|
| @@ -34,7 +34,7 @@
|
| class BookmarkMenuController;
|
| class Browser;
|
| class BrowserWindowGtk;
|
| -class GtkThemeService;
|
| +class ThemeServiceGtk;
|
| class MenuGtk;
|
| class TabstripOriginProvider;
|
|
|
| @@ -361,7 +361,7 @@ class BookmarkBarGtk : public ui::AnimationDelegate,
|
| GtkToolItem* toolbar_drop_item_;
|
|
|
| // Theme provider for building buttons.
|
| - GtkThemeService* theme_service_;
|
| + ThemeServiceGtk* theme_service_;
|
|
|
| // Whether we should show the instructional text in the bookmark bar.
|
| bool show_instructions_;
|
|
|