summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_disabled_ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_disabled_ui.h')
-rw-r--r--chrome/browser/extensions/extension_disabled_ui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/extensions/extension_disabled_ui.h b/chrome/browser/extensions/extension_disabled_ui.h
index 1899cf3..b5a66c60 100644
--- a/chrome/browser/extensions/extension_disabled_ui.h
+++ b/chrome/browser/extensions/extension_disabled_ui.h
@@ -6,8 +6,8 @@
#define CHROME_BROWSER_EXTENSIONS_EXTENSION_DISABLED_UI_H_
#pragma once
+class Browser;
class ExtensionService;
-class Profile;
namespace extensions {
@@ -19,7 +19,7 @@ void AddExtensionDisabledError(ExtensionService* service,
const Extension* extension);
// Shows the extension install dialog.
-void ShowExtensionDisabledDialog(ExtensionService* service, Profile* profile,
+void ShowExtensionDisabledDialog(ExtensionService* service, Browser* browser,
const Extension* extension);
} // namespace extensions