| Index: chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.h b/chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.h
|
| index fd695356d1cddca20b47ea90f177b10e0ebece6d..3180763e7db6e60423475d5771b623f3fd423beb 100644
|
| --- a/chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.h
|
| +++ b/chrome/browser/ui/gtk/bookmarks/bookmark_bubble_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.
|
|
|
| @@ -88,7 +88,7 @@ class BookmarkBubbleGtk : public BubbleDelegateGtk,
|
| BookmarkModel* model_;
|
|
|
| // Provides colors and stuff.
|
| - GtkThemeService* theme_service_;
|
| + ThemeServiceGtk* theme_service_;
|
|
|
| // The widget relative to which we are positioned.
|
| GtkWidget* anchor_;
|
|
|