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

Unified Diff: chrome/browser/extensions/test_extension_service.cc

Issue 8733004: Make ExtensionService use ExtensionSet. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: = Created 9 years, 1 month 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/test_extension_service.cc
diff --git a/chrome/browser/extensions/test_extension_service.cc b/chrome/browser/extensions/test_extension_service.cc
index 9e0be6e25cff71b34da2b42df68aa1eddff22ffa..e21ec88ac7592cc36ddaf6e89f8172e52c8dbfea 100644
--- a/chrome/browser/extensions/test_extension_service.cc
+++ b/chrome/browser/extensions/test_extension_service.cc
@@ -9,7 +9,7 @@
TestExtensionService::~TestExtensionService() {}
-const ExtensionList* TestExtensionService::extensions() const {
+const ExtensionSet* TestExtensionService::extensions() const {
ADD_FAILURE();
return NULL;
}

Powered by Google App Engine
This is Rietveld 408576698