| Index: chrome/browser/ui/gtk/content_setting_bubble_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/content_setting_bubble_gtk.cc b/chrome/browser/ui/gtk/content_setting_bubble_gtk.cc
|
| index c2376ee03ac0d704ee44cf71da3e5edf30cd405e..1e307fe7dbd2fca159763809cdf0396f8889f416 100644
|
| --- a/chrome/browser/ui/gtk/content_setting_bubble_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/content_setting_bubble_gtk.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -14,8 +14,8 @@
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/ui/content_settings/content_setting_bubble_model.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/content_settings.h"
|
| #include "content/public/browser/notification_source.h"
|
| #include "content/public/browser/notification_types.h"
|
| @@ -91,7 +91,7 @@ void ContentSettingBubbleGtk::Observe(
|
| }
|
|
|
| void ContentSettingBubbleGtk::BuildBubble() {
|
| - GtkThemeService* theme_provider = GtkThemeService::GetFrom(profile_);
|
| + ThemeServiceGtk* theme_provider = ThemeServiceGtk::GetFrom(profile_);
|
|
|
| GtkWidget* bubble_content = gtk_vbox_new(FALSE, ui::kControlSpacing);
|
| gtk_container_set_border_width(GTK_CONTAINER(bubble_content), kContentBorder);
|
|
|