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

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

Issue 10703061: chrome/browser/ui: Put browser_dialogs.h into chrome namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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 4fd950423331f2eafe35be36859b2df0a7fe1fe7..6dab98e418569f825aebb71cd75df8d672a2caf2 100644
--- a/chrome/browser/ui/cocoa/extensions/extension_installed_bubble_bridge.mm
+++ b/chrome/browser/ui/cocoa/extensions/extension_installed_bubble_bridge.mm
@@ -48,12 +48,11 @@ static void ShowGenericExtensionInstalledInfoBar(
infobar_helper->AddInfoBar(delegate);
}
-namespace browser {
+namespace chrome {
-void ShowExtensionInstalledBubble(
- const extensions::Extension* extension,
- Browser* browser,
- const SkBitmap& icon) {
+void ShowExtensionInstalledBubble(const extensions::Extension* extension,
+ Browser* browser,
+ const SkBitmap& icon) {
if ((extension->browser_action()) || !extension->omnibox_keyword().empty() ||
(extension->page_action() &&
!extension->page_action()->default_icon_path().empty())) {
@@ -73,7 +72,7 @@ void ShowExtensionInstalledBubble(
}
}
-} // namespace browser
+} // namespace chrome
void extensions::BundleInstaller::ShowInstalledBubble(
const BundleInstaller* bundle, Browser* browser) {
« no previous file with comments | « chrome/browser/ui/cocoa/content_settings/collected_cookies_mac.mm ('k') | chrome/browser/ui/cocoa/hung_renderer_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698