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

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 2 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
Index: chrome/browser/ui/browser_window.h
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
index a64196c8fc529ddcda1cc586ea14b25b367e944d..70dc2a1a0df35f09bc525db5b6665a6e7f07a87e 100644
--- a/chrome/browser/ui/browser_window.h
+++ b/chrome/browser/ui/browser_window.h
@@ -34,12 +34,15 @@ class WebContents;
struct SSLStatus;
}
+namespace extensions {
+class Extension;
+}
+
namespace gfx {
class Rect;
class Size;
}
-class Extension;
enum DevToolsDockSide {
DEVTOOLS_DOCK_SIDE_BOTTOM = 0,
@@ -290,7 +293,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;

Powered by Google App Engine
This is Rietveld 408576698