| Index: chrome/browser/ui/gtk/browser_actions_toolbar_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/browser_actions_toolbar_gtk.h b/chrome/browser/ui/gtk/browser_actions_toolbar_gtk.h
|
| index b2d5da72120f06350ec9c16fd51c7ab437792464..60e62f9901fda766d3308d9044d8746acb7d2e71 100644
|
| --- a/chrome/browser/ui/gtk/browser_actions_toolbar_gtk.h
|
| +++ b/chrome/browser/ui/gtk/browser_actions_toolbar_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.
|
|
|
| @@ -28,7 +28,7 @@
|
| class Browser;
|
| class BrowserActionButton;
|
| class Extension;
|
| -class GtkThemeService;
|
| +class ThemeServiceGtk;
|
| class Profile;
|
|
|
| typedef struct _GdkDragContext GdkDragContext;
|
| @@ -173,7 +173,7 @@ class BrowserActionsToolbarGtk : public ExtensionToolbarModel::Observer,
|
| Browser* browser_;
|
|
|
| Profile* profile_;
|
| - GtkThemeService* theme_service_;
|
| + ThemeServiceGtk* theme_service_;
|
|
|
| ExtensionToolbarModel* model_;
|
|
|
|
|