Index: chrome/browser/ui/gtk/browser_window_gtk.h |
diff --git a/chrome/browser/ui/gtk/browser_window_gtk.h b/chrome/browser/ui/gtk/browser_window_gtk.h |
index ee95bee8846ce2dd02f9033f1ad2c6a1a5ae8851..01b63a8fc3cfe7b9aab686169e7404fca47c7e3f 100644 |
--- a/chrome/browser/ui/gtk/browser_window_gtk.h |
+++ b/chrome/browser/ui/gtk/browser_window_gtk.h |
@@ -40,6 +40,10 @@ class StatusBubbleGtk; |
class TabContentsContainerGtk; |
class TabStripGtk; |
+namespace extensions { |
+class Extension; |
+} |
+ |
// An implementation of BrowserWindow for GTK. |
// Cross-platform code will interact with this object when |
// it needs to manipulate the window. |
@@ -152,7 +156,7 @@ class BrowserWindowGtk : public BrowserWindow, |
TabContentsWrapper* tab_contents) OVERRIDE; |
virtual void ShowCreateChromeAppShortcutsDialog( |
Profile* profile, |
- const Extension* app) OVERRIDE; |
+ const extensions::Extension* app) OVERRIDE; |
virtual void Cut() OVERRIDE; |
virtual void Copy() OVERRIDE; |
virtual void Paste() OVERRIDE; |