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

Unified Diff: chrome/browser/ui/gtk/download/download_shelf_gtk.h

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
Index: chrome/browser/ui/gtk/download/download_shelf_gtk.h
diff --git a/chrome/browser/ui/gtk/download/download_shelf_gtk.h b/chrome/browser/ui/gtk/download/download_shelf_gtk.h
index d70dfdd548e35a0314196b474db1c6f075cacd36..a247e96aed9f4c81b88f894f40503f4a749db68f 100644
--- a/chrome/browser/ui/gtk/download/download_shelf_gtk.h
+++ b/chrome/browser/ui/gtk/download/download_shelf_gtk.h
@@ -26,7 +26,7 @@ class BaseDownloadItemModel;
class Browser;
class CustomDrawButton;
class DownloadItemGtk;
-class GtkThemeService;
+class ThemeServiceGtk;
class SlideAnimatorGtk;
namespace gfx {
@@ -137,7 +137,7 @@ class DownloadShelfGtk : public DownloadShelf,
std::vector<DownloadItemGtk*> download_items_;
// Gives us our colors and theme information.
- GtkThemeService* theme_service_;
+ ThemeServiceGtk* theme_service_;
content::NotificationRegistrar registrar_;
« no previous file with comments | « chrome/browser/ui/gtk/download/download_item_gtk.cc ('k') | chrome/browser/ui/gtk/download/download_shelf_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698