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

Unified Diff: chrome/browser/extensions/api/idle/idle_api_unittest.cc

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/extensions/api/idle/idle_api_unittest.cc
diff --git a/chrome/browser/extensions/api/idle/idle_api_unittest.cc b/chrome/browser/extensions/api/idle/idle_api_unittest.cc
index 156dae418afe20c07575a325245bbf90dd449c83..4fc7b1bd9ebd13c6be9180f7bc834c6c3f6b8544 100644
--- a/chrome/browser/extensions/api/idle/idle_api_unittest.cc
+++ b/chrome/browser/extensions/api/idle/idle_api_unittest.cc
@@ -144,7 +144,7 @@ void IdleTest::SetUp() {
idle_manager_ = IdleManagerFactory::GetForProfile(browser()->profile());
extension_ = utils::CreateEmptyExtensionWithLocation(
- extensions::Extension::LOAD);
+ extensions::Manifest::LOAD);
idle_provider_ = new TestIdleProvider();
idle_manager_->SetIdleTimeProviderForTest(

Powered by Google App Engine
This is Rietveld 408576698