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

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: trybots 2 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 48960c02acb22752cb523e1f39495d4df599d3a3..09762db1e6afc1daead79e402360126cf5e05e8e 100644
--- a/chrome/browser/extensions/test_extension_system.h
+++ b/chrome/browser/extensions/test_extension_system.h
@@ -14,6 +14,10 @@ class FilePath;
class Time;
}
+namespace content {
+class BrowserContext;
+}
+
namespace extensions {
// Test ExtensionSystem, for use with TestingProfile.
@@ -70,7 +74,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_;
« no previous file with comments | « chrome/browser/extensions/shell_window_registry.cc ('k') | chrome/browser/extensions/test_extension_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698