| Index: chrome/browser/ui/gtk/chrome_to_mobile_bubble_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/chrome_to_mobile_bubble_gtk.cc b/chrome/browser/ui/gtk/chrome_to_mobile_bubble_gtk.cc
|
| index 97317de0e87cf0f1796f1c0d8ba770cf34eddab3..08cf05b82e24bb41a947ebb329f029d28926a3a9 100644
|
| --- a/chrome/browser/ui/gtk/chrome_to_mobile_bubble_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/chrome_to_mobile_bubble_gtk.cc
|
| @@ -18,8 +18,8 @@
|
| #include "base/values.h"
|
| #include "chrome/browser/chrome_to_mobile_service_factory.h"
|
| #include "chrome/browser/profiles/profile.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"
|
| @@ -146,7 +146,7 @@ ChromeToMobileBubbleGtk::ChromeToMobileBubbleGtk(GtkImage* anchor_image,
|
| Profile* profile)
|
| : ALLOW_THIS_IN_INITIALIZER_LIST(weak_ptr_factory_(this)),
|
| service_(ChromeToMobileServiceFactory::GetForProfile(profile)),
|
| - theme_service_(ThemeServiceGtk::GetFrom(profile)),
|
| + theme_service_(GtkThemeService::GetFrom(profile)),
|
| selected_mobile_(NULL),
|
| anchor_image_(anchor_image),
|
| send_copy_(NULL),
|
|
|