Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(243)

Unified Diff: chrome/browser/ui/gtk/page_info_bubble_gtk.cc

Issue 9447096: gtk: Rename GtkThemeService to ThemeServiceGtk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/gtk/overflow_button.cc ('k') | chrome/browser/ui/gtk/reload_button_gtk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/page_info_bubble_gtk.cc
diff --git a/chrome/browser/ui/gtk/page_info_bubble_gtk.cc b/chrome/browser/ui/gtk/page_info_bubble_gtk.cc
index 72b3f224c68a18d8b4a295aa3d0d67f15a3547a3..3ef02fc78addedf6934ece93363794cfc9085224 100644
--- a/chrome/browser/ui/gtk/page_info_bubble_gtk.cc
+++ b/chrome/browser/ui/gtk/page_info_bubble_gtk.cc
@@ -16,9 +16,9 @@
#include "chrome/browser/ui/gtk/browser_window_gtk.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/location_bar_view_gtk.h"
+#include "chrome/browser/ui/gtk/theme_service_gtk.h"
#include "chrome/common/url_constants.h"
#include "content/public/common/ssl_status.h"
#include "googleurl/src/gurl.h"
@@ -79,7 +79,7 @@ class PageInfoBubbleGtk : public PageInfoModelObserver,
GtkWidget* anchor_;
// Provides colors and stuff.
- GtkThemeService* theme_service_;
+ ThemeServiceGtk* theme_service_;
BubbleGtk* bubble_;
@@ -99,7 +99,7 @@ PageInfoBubbleGtk::PageInfoBubbleGtk(gfx::NativeWindow parent,
cert_id_(ssl.cert_id),
parent_(parent),
contents_(NULL),
- theme_service_(GtkThemeService::GetFrom(profile)),
+ theme_service_(ThemeServiceGtk::GetFrom(profile)),
profile_(profile) {
BrowserWindowGtk* browser_window =
BrowserWindowGtk::GetBrowserWindowForNativeWindow(parent);
« no previous file with comments | « chrome/browser/ui/gtk/overflow_button.cc ('k') | chrome/browser/ui/gtk/reload_button_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698