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

Unified Diff: chrome/browser/extensions/test_extension_system.h

Issue 197413002: Move extensions-related files to using //components/keyed_service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 9 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/test_extension_system.h
diff --git a/chrome/browser/extensions/test_extension_system.h b/chrome/browser/extensions/test_extension_system.h
index 95c9a1f7a3467ea023c19fc352d44e5a1d816325..6732f680eb4f365b40b6d0d92c896e505cdd8324 100644
--- a/chrome/browser/extensions/test_extension_system.h
+++ b/chrome/browser/extensions/test_extension_system.h
@@ -32,7 +32,7 @@ class TestExtensionSystem : public ExtensionSystem {
explicit TestExtensionSystem(Profile* profile);
virtual ~TestExtensionSystem();
- // BrowserContextKeyedService implementation.
+ // KeyedService implementation.
virtual void Shutdown() OVERRIDE;
// Creates an ExtensionPrefs with the testing profile and returns it.
@@ -84,7 +84,7 @@ class TestExtensionSystem : public ExtensionSystem {
}
// Factory method for tests to use with SetTestingProfile.
- static BrowserContextKeyedService* Build(content::BrowserContext* profile);
+ static KeyedService* Build(content::BrowserContext* profile);
protected:
Profile* profile_;
« no previous file with comments | « chrome/browser/extensions/signin/gaia_auth_extension_loader.h ('k') | chrome/browser/extensions/test_extension_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698