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

Unified Diff: chrome/browser/ui/views/extensions/extension_installed_bubble.cc

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/views/extensions/extension_installed_bubble.cc
diff --git a/chrome/browser/ui/views/extensions/extension_installed_bubble.cc b/chrome/browser/ui/views/extensions/extension_installed_bubble.cc
index b2cfd1a31fc79d5a556b4d694dac60854a2ae9ca..305dad5ff08b3be684b7001d98b7231fdb283f77 100644
--- a/chrome/browser/ui/views/extensions/extension_installed_bubble.cc
+++ b/chrome/browser/ui/views/extensions/extension_installed_bubble.cc
@@ -75,16 +75,15 @@ const int kAnimationWaitMaxRetry = 10;
} // namespace
-namespace browser {
+namespace chrome {
-void ShowExtensionInstalledBubble(
- const Extension* extension,
- Browser* browser,
- const SkBitmap& icon) {
+void ShowExtensionInstalledBubble(const Extension* extension,
+ Browser* browser,
+ const SkBitmap& icon) {
ExtensionInstalledBubble::Show(extension, browser, icon);
}
-} // namespace browser
+} // namespace chrome
// InstalledBubbleContent is the content view which is placed in the
// ExtensionInstalledBubble. It displays the install icon and explanatory
« no previous file with comments | « chrome/browser/ui/views/collected_cookies_views.cc ('k') | chrome/browser/ui/views/external_tab_container_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698