Index: chrome/browser/ui/cocoa/extensions/extension_installed_bubble_bridge.mm |
diff --git a/chrome/browser/ui/cocoa/extensions/extension_installed_bubble_bridge.mm b/chrome/browser/ui/cocoa/extensions/extension_installed_bubble_bridge.mm |
index 12c7b92f9471eddae5076a7170a3d973a45b1507..698d6914d9b17d708549f8e1634b0f358759b105 100644 |
--- a/chrome/browser/ui/cocoa/extensions/extension_installed_bubble_bridge.mm |
+++ b/chrome/browser/ui/cocoa/extensions/extension_installed_bubble_bridge.mm |
@@ -28,7 +28,7 @@ using extensions::BundleInstaller; |
// When an extension is installed on Mac with neither browser action nor |
// page action icons, show an infobar instead of a popup bubble. |
static void ShowGenericExtensionInstalledInfoBar( |
- const Extension* new_extension, |
+ const extensions::Extension* new_extension, |
const SkBitmap& icon, |
Profile* profile) { |
Browser* browser = BrowserList::GetLastActiveWithProfile(profile); |
@@ -55,7 +55,7 @@ static void ShowGenericExtensionInstalledInfoBar( |
namespace browser { |
void ShowExtensionInstalledBubble( |
- const Extension* extension, |
+ const extensions::Extension* extension, |
Browser* browser, |
const SkBitmap& icon, |
Profile* profile) { |