| Index: chrome/browser/ui/browser_dialogs.h
|
| diff --git a/chrome/browser/ui/browser_dialogs.h b/chrome/browser/ui/browser_dialogs.h
|
| index a8857300682d697bf4f1bfb5b18fb4a45f551700..16174fad3966d8197da9fbbf924985b487c2d94c 100644
|
| --- a/chrome/browser/ui/browser_dialogs.h
|
| +++ b/chrome/browser/ui/browser_dialogs.h
|
| @@ -10,7 +10,6 @@
|
| #include "ui/gfx/native_widget_types.h"
|
|
|
| class Browser;
|
| -class Extension;
|
| class Profile;
|
| class SkBitmap;
|
| class TabContentsWrapper;
|
| @@ -22,6 +21,10 @@ namespace content {
|
| class WebContents;
|
| }
|
|
|
| +namespace extensions {
|
| +class Extension;
|
| +}
|
| +
|
| namespace browser {
|
|
|
| #if defined(IPC_MESSAGE_LOG_ENABLED)
|
| @@ -54,7 +57,7 @@ void ShowCollectedCookiesDialog(gfx::NativeWindow parent_window,
|
| // the extension has loaded. |extension| is the installed extension. |browser|
|
| // is the browser window which will host the bubble. |icon| is the install
|
| // icon of the extension.
|
| -void ShowExtensionInstalledBubble(const Extension* extension,
|
| +void ShowExtensionInstalledBubble(const extensions::Extension* extension,
|
| Browser* browser,
|
| const SkBitmap& icon,
|
| Profile* profile);
|
|
|