Index: chrome/browser/ui/panels/panel.h |
diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h |
index caa4b65985761a81e282588a48e97766fc523c1c..e9e2e47b6043a6e6a826cb3ce6a456a4bef2f1e5 100644 |
--- a/chrome/browser/ui/panels/panel.h |
+++ b/chrome/browser/ui/panels/panel.h |
@@ -20,6 +20,10 @@ class NativePanel; |
class PanelManager; |
class PanelStrip; |
+namespace extensions { |
+class Extension; |
+} |
+ |
// A platform independent implementation of BrowserWindow for Panels. This |
// class would get the first crack at all the BrowserWindow calls for Panels and |
// do one or more of the following: |
@@ -175,7 +179,7 @@ class Panel : public BrowserWindow, |
virtual void ShowCreateWebAppShortcutsDialog( |
TabContentsWrapper* tab_contents) OVERRIDE; |
virtual void ShowCreateChromeAppShortcutsDialog( |
- Profile* profile, const Extension* app) OVERRIDE; |
+ Profile* profile, const extensions::Extension* app) OVERRIDE; |
virtual void Cut() OVERRIDE; |
virtual void Copy() OVERRIDE; |
virtual void Paste() OVERRIDE; |