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

Unified Diff: chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_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/bookmarks/bookmark_bar_instructions_gtk.h
diff --git a/chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.h b/chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.h
index 3db328b544117cbbe21f7a0b2e58e2464f0f8562..f094b9105d712ac78527f5c3331c02c328caca1e 100644
--- a/chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.h
+++ b/chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.h
@@ -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.
@@ -13,7 +13,7 @@
#include "ui/base/gtk/gtk_signal.h"
typedef struct _GtkWidget GtkWidget;
-class GtkThemeService;
+class ThemeServiceGtk;
class Profile;
class BookmarkBarInstructionsGtk : public content::NotificationObserver {
@@ -48,7 +48,7 @@ class BookmarkBarInstructionsGtk : public content::NotificationObserver {
Profile* profile_;
- GtkThemeService* theme_service_;
+ ThemeServiceGtk* theme_service_;
// HBox that holds the the label and link of bookmark bar import promotion.
GtkWidget* instructions_hbox_;
« no previous file with comments | « chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc ('k') | chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698