| Index: chrome/browser/ui/gtk/tabs/tab_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/tabs/tab_gtk.h b/chrome/browser/ui/gtk/tabs/tab_gtk.h
|
| index 145b48f6a97a9a81da4af930cd03f7114654c6d9..87db799f0a3742a793851b62675c77172b957c08 100644
|
| --- a/chrome/browser/ui/gtk/tabs/tab_gtk.h
|
| +++ b/chrome/browser/ui/gtk/tabs/tab_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.
|
|
|
| @@ -84,7 +84,7 @@ class TabGtk : public TabRendererGtk,
|
| virtual bool HasAvailableDragActions() const = 0;
|
|
|
| // Returns the theme provider for icons and colors.
|
| - virtual GtkThemeService* GetThemeProvider() = 0;
|
| + virtual ThemeServiceGtk* GetThemeProvider() = 0;
|
|
|
| // Returns a context menu controller for |tab|. Caller takes ownership of
|
| // the pointed object.
|
|
|