Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1204)

Unified Diff: chrome/browser/ui/cocoa/extensions/extension_installed_bubble_bridge.mm

Issue 10375021: Move Extension into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Take 2 Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698