Index: chrome/browser/ui/fullscreen_controller.h |
diff --git a/chrome/browser/ui/fullscreen_controller.h b/chrome/browser/ui/fullscreen_controller.h |
index 1a09f1e3c6517105b8e8f900fc7979b666a7df8b..9af0e7da935ed4fe2cafa61b70df2705773c05e8 100644 |
--- a/chrome/browser/ui/fullscreen_controller.h |
+++ b/chrome/browser/ui/fullscreen_controller.h |
@@ -13,7 +13,6 @@ |
class Browser; |
class BrowserWindow; |
-class Extension; |
class GURL; |
class Profile; |
class TabContents; |
@@ -57,7 +56,7 @@ class FullscreenController : public base::RefCounted<FullscreenController> { |
// Extension API implementation uses this method to toggle fullscreen mode. |
// The extension's name is displayed in the full screen bubble UI to attribute |
// the cause of the full screen state change. |
- void ToggleFullscreenModeWithExtension(const Extension& extension); |
+ void ToggleFullscreenModeWithExtension(const GURL& extension_url); |
// Notifications. |
void LostMouseLock(); |