summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/browser_window_gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/gtk/browser_window_gtk.h')
-rw-r--r--chrome/browser/gtk/browser_window_gtk.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/gtk/browser_window_gtk.h b/chrome/browser/gtk/browser_window_gtk.h
index a304328..07c5477 100644
--- a/chrome/browser/gtk/browser_window_gtk.h
+++ b/chrome/browser/gtk/browser_window_gtk.h
@@ -18,6 +18,7 @@
class BookmarkBarGtk;
class BrowserToolbarGtk;
+class FindBarGtk;
class InfoBarContainerGtk;
class LocationBar;
class NineBox;
@@ -106,7 +107,7 @@ class BrowserWindowGtk : public BrowserWindow,
bool ShouldShowWindowIcon() const;
// Add the find bar widget to the window hierarchy.
- void AddFindBar(GtkWidget* findbar);
+ void AddFindBar(FindBarGtk* findbar);
protected:
virtual void DestroyBrowser();