| 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
|
|
|