| Index: chrome/browser/ui/gtk/gtk_theme_service.h
|
| diff --git a/chrome/browser/ui/gtk/gtk_theme_service.h b/chrome/browser/ui/gtk/gtk_theme_service.h
|
| index b587fcb850226331e5001dc2e735d719f94312a5..031cd834a756f30d69639a082fa1d9d42bb20f6f 100644
|
| --- a/chrome/browser/ui/gtk/gtk_theme_service.h
|
| +++ b/chrome/browser/ui/gtk/gtk_theme_service.h
|
| @@ -95,7 +95,7 @@ class GtkThemeService : public ThemeService {
|
| // Builds a GtkLabel that is |color| in chrome theme mode, and the normal
|
| // text color in gtk-mode. Like the previous two calls, listens for the
|
| // object's destruction.
|
| - GtkWidget* BuildLabel(const std::string& text, GdkColor color);
|
| + GtkWidget* BuildLabel(const std::string& text, const GdkColor& color);
|
|
|
| // Creates a theme-aware vertical separator widget.
|
| GtkWidget* CreateToolbarSeparator();
|
|
|