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

Unified Diff: chrome/browser/ui/gtk/bookmarks/bookmark_utils_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_utils_gtk.h
diff --git a/chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.h b/chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.h
index 571a3f967e5ccb2bbf6e46f672017feccfc69bec..620832a8d6ece56dee0c13099a245539bdd4ce9b 100644
--- a/chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.h
+++ b/chrome/browser/ui/gtk/bookmarks/bookmark_utils_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.
@@ -14,7 +14,7 @@
class BookmarkModel;
class BookmarkNode;
-class GtkThemeService;
+class ThemeServiceGtk;
class Profile;
typedef struct _GdkDragContext GdkDragContext;
@@ -35,15 +35,15 @@ GdkPixbuf* GetPixbufForNode(const BookmarkNode* node, BookmarkModel* model,
// gtk_drag_set_icon_widget().
GtkWidget* GetDragRepresentation(GdkPixbuf* pixbuf,
const string16& title,
- GtkThemeService* provider);
+ ThemeServiceGtk* provider);
GtkWidget* GetDragRepresentationForNode(const BookmarkNode* node,
BookmarkModel* model,
- GtkThemeService* provider);
+ ThemeServiceGtk* provider);
// Helper function that sets visual properties of GtkButton |button| to the
// contents of |node|.
void ConfigureButtonForNode(const BookmarkNode* node, BookmarkModel* model,
- GtkWidget* button, GtkThemeService* provider);
+ GtkWidget* button, ThemeServiceGtk* provider);
// Returns the tooltip.
std::string BuildTooltipFor(const BookmarkNode* node);
@@ -55,7 +55,7 @@ std::string BuildMenuLabelFor(const BookmarkNode* node);
const BookmarkNode* BookmarkNodeForWidget(GtkWidget* widget);
// Set the colors on |label| as per the theme.
-void SetButtonTextColors(GtkWidget* label, GtkThemeService* provider);
+void SetButtonTextColors(GtkWidget* label, ThemeServiceGtk* provider);
// Drag and drop. --------------------------------------------------------------
« no previous file with comments | « chrome/browser/ui/gtk/bookmarks/bookmark_tree_model.cc ('k') | chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698