summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/cocoa/toolbar/toolbar_controller.h')
-rw-r--r--chrome/browser/ui/cocoa/toolbar/toolbar_controller.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h b/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h
index 8971264..3995ec7 100644
--- a/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h
+++ b/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h
@@ -27,11 +27,14 @@ class LocationBarViewMac;
@class MenuButton;
class Profile;
@class ReloadButton;
-class TabContents;
@class ToolbarButton;
class ToolbarModel;
@class WrenchMenuController;
+namespace content {
+class WebContents;
+}
+
namespace ToolbarControllerInternal {
class NotificationBridge;
}
@@ -118,7 +121,7 @@ class NotificationBridge;
// the specified |tab|. If |shouldRestore| is true, we're switching
// (back?) to this tab and should restore any previous location bar state
// (such as user editing) as well.
-- (void)updateToolbarWithContents:(TabContents*)tabForRestoring
+- (void)updateToolbarWithContents:(content::WebContents*)tabForRestoring
shouldRestoreState:(BOOL)shouldRestore;
// Sets whether or not the current page in the frontmost tab is bookmarked.