| Index: chrome/browser/ui/gtk/find_bar_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/find_bar_gtk.h b/chrome/browser/ui/gtk/find_bar_gtk.h
|
| index 99e0bc8879c817e0c8603f0c0f9f4d3e8ad0ef62..cd2101b403398df7f504f172fd1baddc6d6f2c28 100644
|
| --- a/chrome/browser/ui/gtk/find_bar_gtk.h
|
| +++ b/chrome/browser/ui/gtk/find_bar_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.
|
|
|
| @@ -24,7 +24,7 @@ class Browser;
|
| class BrowserWindowGtk;
|
| class CustomDrawButton;
|
| class FindBarController;
|
| -class GtkThemeService;
|
| +class ThemeServiceGtk;
|
| class NineBox;
|
| class SlideAnimatorGtk;
|
|
|
| @@ -172,7 +172,7 @@ class FindBarGtk : public FindBar,
|
| BrowserWindowGtk* window_;
|
|
|
| // Provides colors and information about GTK.
|
| - GtkThemeService* theme_service_;
|
| + ThemeServiceGtk* theme_service_;
|
|
|
| // The widget that animates the slide-in and -out of the findbar.
|
| scoped_ptr<SlideAnimatorGtk> slide_widget_;
|
|
|