Index: chrome/browser/ui/fullscreen/fullscreen_exit_bubble_type.h |
diff --git a/chrome/browser/ui/fullscreen/fullscreen_exit_bubble_type.h b/chrome/browser/ui/fullscreen/fullscreen_exit_bubble_type.h |
index 885cc4f93dc3425b7a498bbc2f3533d913394cc7..d36d122b5ef8d9bb284816b8731e6ad54fbd4180 100644 |
--- a/chrome/browser/ui/fullscreen/fullscreen_exit_bubble_type.h |
+++ b/chrome/browser/ui/fullscreen/fullscreen_exit_bubble_type.h |
@@ -8,7 +8,9 @@ |
#include "base/strings/string16.h" |
#include "url/gurl.h" |
-class ExtensionService; |
+namespace extensions { |
+class ExtensionRegistry; |
+} |
// Describes the contents of the fullscreen exit bubble. |
// For example, if the user already agreed to fullscreen mode and the |
@@ -36,7 +38,7 @@ namespace fullscreen_bubble { |
base::string16 GetLabelTextForType(FullscreenExitBubbleType type, |
const GURL& url, |
- ExtensionService* extension_service); |
+ extensions::ExtensionRegistry* registry); |
base::string16 GetDenyButtonTextForType(FullscreenExitBubbleType type); |
bool ShowButtonsForType(FullscreenExitBubbleType type); |
void PermissionRequestedByType(FullscreenExitBubbleType type, |