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

Unified Diff: chrome/browser/ui/panels/base_panel_browser_test.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/panels/base_panel_browser_test.h
diff --git a/chrome/browser/ui/panels/base_panel_browser_test.h b/chrome/browser/ui/panels/base_panel_browser_test.h
index d23742510cb44f79a7d377be4b13c73f2957c074..4cdb93f8a5383f61509c33895aa55d5a11fb0df1 100644
--- a/chrome/browser/ui/panels/base_panel_browser_test.h
+++ b/chrome/browser/ui/panels/base_panel_browser_test.h
@@ -92,9 +92,10 @@ class BasePanelBrowserTest : public InProcessBrowserTest {
void CreateTestTabContents(Browser* browser);
- scoped_refptr<Extension> CreateExtension(const FilePath::StringType& path,
- Extension::Location location,
- const DictionaryValue& extra_value);
+ scoped_refptr<extensions::Extension> CreateExtension(
+ const FilePath::StringType& path,
+ extensions::Extension::Location location,
+ const DictionaryValue& extra_value);
static void MoveMouse(const gfx::Point& position);
void CloseWindowAndWait(Browser* browser);

Powered by Google App Engine
This is Rietveld 408576698