From 83ff91c8fffdd72650ea6298f3551c3ae4876caa Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Thu, 5 Jan 2012 20:54:13 +0000 Subject: Convert the remaining trivial tab_contents.h includes in chrome to use web_contents.h BUG=98716 Review URL: http://codereview.chromium.org/9113020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116548 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/ui/fullscreen_controller.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/ui/fullscreen_controller.h') diff --git a/chrome/browser/ui/fullscreen_controller.h b/chrome/browser/ui/fullscreen_controller.h index 8e95efc..de86677 100644 --- a/chrome/browser/ui/fullscreen_controller.h +++ b/chrome/browser/ui/fullscreen_controller.h @@ -57,7 +57,7 @@ class FullscreenController : public base::RefCounted { // Notifications. void LostMouseLock(); - void OnTabClosing(TabContents* tab_contents); + void OnTabClosing(content::WebContents* web_contents); void OnTabDeactivated(TabContentsWrapper* contents); void OnAcceptFullscreenPermission(const GURL& url, FullscreenExitBubbleType bubble_type); -- cgit v1.1