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

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 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/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 7790935050aa7fd6a20e153ab871513268c32870..7cc4222fcc454abe005f877e25a16d6e83ebc37d 100644
--- a/chrome/browser/ui/views/frame/browser_view.h
+++ b/chrome/browser/ui/views/frame/browser_view.h
@@ -41,7 +41,6 @@ class Browser;
class BrowserViewLayout;
class ContentsContainer;
class DownloadShelfView;
-class Extension;
class FullscreenExitBubbleViews;
class InfoBarContainerView;
class LocationBarView;
@@ -58,6 +57,10 @@ class JumpList;
class BrowserLauncherItemController;
#endif
+namespace extensions {
+class Extension;
+}
+
namespace views {
class AccessiblePaneView;
class ExternalFocusTracker;
@@ -298,7 +301,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;

Powered by Google App Engine
This is Rietveld 408576698