| Index: chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc b/chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc
|
| index 82824a2dec1b6ce1193531d402d1454e87141188..0c5a187ff5cfb367d826e9a22b22097b412ed281 100644
|
| --- a/chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc
|
| @@ -22,8 +22,8 @@
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/search_engines/template_url.h"
|
| #include "chrome/browser/search_engines/template_url_service.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/browser/ui/omnibox/omnibox_view.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "content/public/browser/notification_source.h"
|
| @@ -283,7 +283,7 @@ OmniboxPopupViewGtk::OmniboxPopupViewGtk(const gfx::Font& font,
|
| location_bar_(location_bar),
|
| window_(gtk_window_new(GTK_WINDOW_POPUP)),
|
| layout_(NULL),
|
| - theme_service_(ThemeServiceGtk::GetFrom(edit_model->profile())),
|
| + theme_service_(GtkThemeService::GetFrom(edit_model->profile())),
|
| font_(font.DeriveFont(kEditFontAdjust)),
|
| ignore_mouse_drag_(false),
|
| opened_(false) {
|
|
|