summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/browser_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/browser_window.h')
-rw-r--r--chrome/browser/ui/browser_window.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
index 12aa098..508249a 100644
--- a/chrome/browser/ui/browser_window.h
+++ b/chrome/browser/ui/browser_window.h
@@ -35,12 +35,15 @@ struct NativeWebKeyboardEvent;
struct SSLStatus;
}
+namespace extensions {
+class Extension;
+}
+
namespace gfx {
class Rect;
class Size;
}
-class Extension;
enum DevToolsDockSide {
DEVTOOLS_DOCK_SIDE_BOTTOM = 0,
@@ -293,7 +296,8 @@ class BrowserWindow : public BaseWindow {
// Shows the create chrome app shortcut dialog box.
virtual void ShowCreateChromeAppShortcutsDialog(Profile* profile,
- const Extension* app) = 0;
+ const extensions::Extension* app) = 0;
+
// Clipboard commands applied to the whole browser window.
virtual void Cut() = 0;