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

Unified Diff: chrome/browser/ui/panels/base_panel_browser_test.h

Issue 12093036: Move Extension Location and Type enums to Manifest, and move InstallWarning to its own file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 fc8f7762f086e5ba00c1d3742c30dbfa1bf61fa0..69db3b1f5540c4647464ef753b1327a54258d25b 100644
--- a/chrome/browser/ui/panels/base_panel_browser_test.h
+++ b/chrome/browser/ui/panels/base_panel_browser_test.h
@@ -11,6 +11,7 @@
#include "chrome/browser/ui/panels/panel.h"
#include "chrome/browser/ui/panels/panel_manager.h"
#include "chrome/common/extensions/extension.h"
+#include "chrome/common/extensions/manifest.h"
#include "chrome/test/base/in_process_browser_test.h"
#include "ui/gfx/rect.h"
@@ -90,7 +91,7 @@ class BasePanelBrowserTest : public InProcessBrowserTest {
scoped_refptr<extensions::Extension> CreateExtension(
const FilePath::StringType& path,
- extensions::Extension::Location location,
+ extensions::Manifest::Location location,
const DictionaryValue& extra_value);
void MoveMouseAndWaitForExpansionStateChange(Panel* panel,

Powered by Google App Engine
This is Rietveld 408576698