diff options
Diffstat (limited to 'chrome/browser/extensions/extension_disabled_infobar_delegate.h')
-rw-r--r-- | chrome/browser/extensions/extension_disabled_infobar_delegate.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/extensions/extension_disabled_infobar_delegate.h b/chrome/browser/extensions/extension_disabled_infobar_delegate.h index 430e652..665b0eb 100644 --- a/chrome/browser/extensions/extension_disabled_infobar_delegate.h +++ b/chrome/browser/extensions/extension_disabled_infobar_delegate.h @@ -7,16 +7,16 @@ #pragma once class Extension; -class ExtensionsService; +class ExtensionService; class Profile; // Shows UI to inform the user that an extension was disabled after upgrading // to higher permissions. -void ShowExtensionDisabledUI(ExtensionsService* service, Profile* profile, +void ShowExtensionDisabledUI(ExtensionService* service, Profile* profile, const Extension* extension); // Shows the extension install dialog. -void ShowExtensionDisabledDialog(ExtensionsService* service, Profile* profile, +void ShowExtensionDisabledDialog(ExtensionService* service, Profile* profile, const Extension* extension); #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_DISABLED_INFOBAR_DELEGATE_H_ |