Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4651)

Unified Diff: chrome/browser/ui/browser_window.h

Issue 10375021: Move Extension into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Take 6 Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/browser_dialogs.h ('k') | chrome/browser/ui/cocoa/browser_window_cocoa.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_window.h
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
index 12aa098af2e92b0c877ec25bfdea75b5b41531e4..508249ae1f66626461f7897e58cfe4fbc0d72290 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;
« no previous file with comments | « chrome/browser/ui/browser_dialogs.h ('k') | chrome/browser/ui/cocoa/browser_window_cocoa.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698