Index: chrome/browser/ui/cocoa/extensions/shell_window_cocoa.h |
diff --git a/chrome/browser/ui/cocoa/extensions/shell_window_cocoa.h b/chrome/browser/ui/cocoa/extensions/shell_window_cocoa.h |
index b5020ec0cc7bcfbfa655caa0a73e18ec10c92303..5dfd030cac8922cc2f904d4367c49c923e3a9b37 100644 |
--- a/chrome/browser/ui/cocoa/extensions/shell_window_cocoa.h |
+++ b/chrome/browser/ui/cocoa/extensions/shell_window_cocoa.h |
@@ -31,7 +31,7 @@ class ShellWindowCocoa; |
class ShellWindowCocoa : public ShellWindow { |
public: |
ShellWindowCocoa(Profile* profile, |
- const Extension* extension, |
+ const extensions::Extension* extension, |
const GURL& url); |
// BaseWindow implementation. |