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

Unified Diff: chrome/browser/ui/views/frame/browser_view.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
Index: chrome/browser/ui/views/frame/browser_view.h
diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
index 8be8d251886b4653c12507b6ba86c087b265ac50..27c974ad0604f91095693517aa2a20b5db6de844 100644
--- a/chrome/browser/ui/views/frame/browser_view.h
+++ b/chrome/browser/ui/views/frame/browser_view.h
@@ -42,7 +42,6 @@ class Browser;
class BrowserViewLayout;
class ContentsContainer;
class DownloadShelfView;
-class Extension;
class FullscreenExitBubbleViews;
class InfoBarContainerView;
class LocationBarView;
@@ -59,6 +58,10 @@ class JumpList;
class BrowserLauncherItemController;
#endif
+namespace extensions {
+class Extension;
+}
+
namespace views {
class AccessiblePaneView;
class ExternalFocusTracker;
@@ -302,7 +305,7 @@ class BrowserView : public BrowserWindow,
virtual void ShowCreateWebAppShortcutsDialog(
TabContentsWrapper* tab_contents) OVERRIDE;
virtual void ShowCreateChromeAppShortcutsDialog(
- Profile*, const Extension* app) OVERRIDE;
+ Profile*, const extensions::Extension* app) OVERRIDE;
virtual void Cut() OVERRIDE;
virtual void Copy() OVERRIDE;
virtual void Paste() OVERRIDE;
« no previous file with comments | « chrome/browser/ui/views/extensions/shell_window_views.cc ('k') | chrome/browser/ui/views/frame/browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698