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

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 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/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 8afc09918836a120d421713f4443c5f7c3119821..eca8bbb1275bd9613e28ff03b1e11f36389312cc 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);
void MoveMouseAndWaitForExpansionStateChange(Panel* panel,
const gfx::Point& position);

Powered by Google App Engine
This is Rietveld 408576698