| 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 133beda5347451428f98d451511a82e4d78b7b7c..678f83c1e0cf143b5d02c04c5d1e72172f8e8be5 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 = browser::FindLastActiveWithProfile(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) {
|
|
|