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

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

Issue 14141006: [components] Switch {RefCounted}ProfileKeyedService to use BrowserContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: for review Created 7 years, 8 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 31c299684538d83bccace7818140a2b9223d6bb0..869ff0f01db7a0c5c020c1117aec9c100469b326 100644
--- a/chrome/browser/extensions/test_extension_system.h
+++ b/chrome/browser/extensions/test_extension_system.h
@@ -25,6 +25,10 @@ class ScopedTestUserManager;
}
#endif
+namespace content {
+class BrowserContext;
+}
+
namespace extensions {
// Test ExtensionSystem, for use with TestingProfile.
@@ -78,7 +82,7 @@ class TestExtensionSystem : public ExtensionSystem {
virtual Blacklist* blacklist() OVERRIDE;
// Factory method for tests to use with SetTestingProfile.
- static ProfileKeyedService* Build(Profile* profile);
+ static ProfileKeyedService* Build(content::BrowserContext* profile);
protected:
Profile* profile_;

Powered by Google App Engine
This is Rietveld 408576698