| 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 2c14d69de3a67f6460f8bacad16561b1ddb6f8df..63cc302cbffbf373b83ee531b26cf2bcfb5d4b05 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"
|
| @@ -67,7 +67,7 @@ using content::DownloadItem;
|
| DownloadShelfGtk::DownloadShelfGtk(Browser* browser, GtkWidget* parent)
|
| : browser_(browser),
|
| is_showing_(false),
|
| - theme_service_(GtkThemeService::GetFrom(browser->profile())),
|
| + theme_service_(ThemeServiceGtk::GetFrom(browser->profile())),
|
| close_on_mouse_out_(false),
|
| mouse_in_shelf_(false),
|
| weak_factory_(this) {
|
|
|