| Index: chrome/browser/ui/gtk/download/download_shelf_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/download/download_shelf_gtk.cc b/chrome/browser/ui/gtk/download/download_shelf_gtk.cc
|
| index 84f0802b2feedd96e7ca94a0eb768c9e039c7c77..5dfa7ac92ad9ad6e7e003a55443b5608f380fe59 100644
|
| --- a/chrome/browser/ui/gtk/download/download_shelf_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/download/download_shelf_gtk.cc
|
| @@ -15,8 +15,8 @@
|
| #include "chrome/browser/ui/gtk/download/download_item_gtk.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/download_item.h"
|
| #include "content/public/browser/notification_source.h"
|
| @@ -68,7 +68,7 @@ using content::DownloadItem;
|
| DownloadShelfGtk::DownloadShelfGtk(Browser* browser, GtkWidget* parent)
|
| : browser_(browser),
|
| is_showing_(false),
|
| - theme_service_(ThemeServiceGtk::GetFrom(browser->profile())),
|
| + theme_service_(GtkThemeService::GetFrom(browser->profile())),
|
| close_on_mouse_out_(false),
|
| mouse_in_shelf_(false),
|
| weak_factory_(this) {
|
|
|