| Index: chrome/browser/ui/gtk/password_generation_bubble_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/password_generation_bubble_gtk.cc b/chrome/browser/ui/gtk/password_generation_bubble_gtk.cc
|
| index 6ceb0f16c07936a62f972102c24dd10825621ddb..2fb2412b23dd1d1ba4de9e743ddfa851976aa096 100644
|
| --- a/chrome/browser/ui/gtk/password_generation_bubble_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/password_generation_bubble_gtk.cc
|
| @@ -9,8 +9,8 @@
|
| #include "chrome/browser/ui/browser_list.h"
|
| #include "chrome/browser/ui/gtk/bubble/bubble_gtk.h"
|
| #include "chrome/browser/ui/gtk/gtk_chrome_link_button.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/autofill_messages.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "content/public/browser/render_view_host.h"
|
| @@ -63,7 +63,7 @@ PasswordGenerationBubbleGtk::PasswordGenerationBubbleGtk(
|
| BubbleGtk::ARROW_LOCATION_TOP_LEFT,
|
| true, // match_system_theme
|
| true, // grab_input
|
| - ThemeServiceGtk::GetFrom(profile_),
|
| + GtkThemeService::GetFrom(profile_),
|
| NULL); // delegate
|
|
|
| g_signal_connect(content, "destroy",
|
|
|