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

Unified Diff: chrome/test/base/test_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/test/base/test_browser_window.h
diff --git a/chrome/test/base/test_browser_window.h b/chrome/test/base/test_browser_window.h
index 895871e19c7dbf383875f1a0b7b7424fc7595908..30ea16171b5b445afea49217761c91adcccf103b 100644
--- a/chrome/test/base/test_browser_window.h
+++ b/chrome/test/base/test_browser_window.h
@@ -12,6 +12,10 @@
#include "chrome/browser/ui/browser_window.h"
#include "chrome/test/base/test_location_bar.h"
+namespace extensions {
+class Extension;
+}
+
// An implementation of BrowserWindow used for testing. TestBrowserWindow only
// contains a valid LocationBar, all other getters return NULL.
// See BrowserWithTestWindowTest for an example of using this class.
@@ -74,7 +78,7 @@ class TestBrowserWindow : public BrowserWindow {
TabContentsWrapper* tab_contents) OVERRIDE {}
virtual void ShowCreateChromeAppShortcutsDialog(
Profile* profile,
- const Extension* app) OVERRIDE {}
+ const extensions::Extension* app) OVERRIDE {}
virtual bool IsBookmarkBarVisible() const OVERRIDE;
virtual bool IsBookmarkBarAnimating() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698