| Index: chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.cc b/chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.cc
|
| index 861e57e2f8286f62bf5887761aec6177087e8996..902086e9ecc1201c0a5bfe59bc76bd105f075a3b 100644
|
| --- a/chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.cc
|
| @@ -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.
|
|
|
| @@ -7,8 +7,8 @@
|
| #include "base/observer_list.h"
|
| #include "chrome/browser/ui/gtk/gtk_chrome_link_button.h"
|
| #include "chrome/browser/ui/gtk/gtk_chrome_shrinkable_hbox.h"
|
| -#include "chrome/browser/ui/gtk/gtk_theme_service.h"
|
| #include "chrome/browser/ui/gtk/gtk_util.h"
|
| +#include "chrome/browser/ui/gtk/theme_service_gtk.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "content/public/browser/notification_source.h"
|
| #include "grit/generated_resources.h"
|
| @@ -18,7 +18,7 @@ BookmarkBarInstructionsGtk::BookmarkBarInstructionsGtk(Delegate* delegate,
|
| Profile* profile)
|
| : delegate_(delegate),
|
| profile_(profile),
|
| - theme_service_(GtkThemeService::GetFrom(profile_)) {
|
| + theme_service_(ThemeServiceGtk::GetFrom(profile_)) {
|
| instructions_hbox_ = gtk_chrome_shrinkable_hbox_new(FALSE, FALSE, 0);
|
| gtk_widget_set_size_request(instructions_hbox_, 0, -1);
|
|
|
|
|