summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/find_bar_gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/gtk/find_bar_gtk.h')
-rw-r--r--chrome/browser/gtk/find_bar_gtk.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/gtk/find_bar_gtk.h b/chrome/browser/gtk/find_bar_gtk.h
index 1dba7fb..07aa76f 100644
--- a/chrome/browser/gtk/find_bar_gtk.h
+++ b/chrome/browser/gtk/find_bar_gtk.h
@@ -12,6 +12,7 @@
#include "chrome/browser/find_bar.h"
#include "chrome/common/owned_widget_gtk.h"
+class BrowserWindowGtk;
class CustomDrawButton;
class FindBarController;
class TabContentsContainerGtk;
@@ -22,7 +23,7 @@ class WebContents;
class FindBarGtk : public FindBar,
public FindBarTesting {
public:
- FindBarGtk();
+ FindBarGtk(BrowserWindowGtk* browser);
virtual ~FindBarGtk();
// Callback when the text in the find box changes.