summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/gtk/browser_toolbar_gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/gtk/browser_toolbar_gtk.h')
-rw-r--r--chrome/browser/ui/gtk/browser_toolbar_gtk.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/chrome/browser/ui/gtk/browser_toolbar_gtk.h b/chrome/browser/ui/gtk/browser_toolbar_gtk.h
index b5dba1d..4ac61e3 100644
--- a/chrome/browser/ui/gtk/browser_toolbar_gtk.h
+++ b/chrome/browser/ui/gtk/browser_toolbar_gtk.h
@@ -33,9 +33,12 @@ class GtkThemeService;
class LocationBar;
class LocationBarViewGtk;
class ReloadButtonGtk;
-class TabContents;
class ToolbarModel;
+namespace content {
+class WebContents;
+}
+
// View class that displays the GTK version of the toolbar and routes gtk
// events back to the Browser.
class BrowserToolbarGtk : public CommandUpdater::CommandObserver,
@@ -103,7 +106,8 @@ class BrowserToolbarGtk : public CommandUpdater::CommandObserver,
const content::NotificationDetails& details) OVERRIDE;
// Message that we should react to a state change.
- void UpdateTabContents(TabContents* contents, bool should_restore_state);
+ void UpdateWebContents(content::WebContents* contents,
+ bool should_restore_state);
private:
// Connect/Disconnect signals for dragging a url onto the home button.