| 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 4b79cc7f8fa15e9c47bbe9a05c5a1043dabae321..5924cbeae9f910f79113f35c8bae9685da609842 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.
|
| @@ -153,7 +157,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;
|
|
|