Index: chrome/browser/extensions/api/declarative/test_rules_registry.cc |
diff --git a/chrome/browser/extensions/api/declarative/test_rules_registry.cc b/chrome/browser/extensions/api/declarative/test_rules_registry.cc |
index b1d9a7ae9e15e9be4f26e98696b90650dd4cbcc5..ce22ddcb62e150e314a5d3538fbe46c0072e0c77 100644 |
--- a/chrome/browser/extensions/api/declarative/test_rules_registry.cc |
+++ b/chrome/browser/extensions/api/declarative/test_rules_registry.cc |
@@ -18,12 +18,12 @@ TestRulesRegistry::TestRulesRegistry(content::BrowserThread::ID owner_thread, |
webview_key) {} |
TestRulesRegistry::TestRulesRegistry( |
- Profile* profile, |
+ content::BrowserContext* browser_context, |
const std::string& event_name, |
content::BrowserThread::ID owner_thread, |
RulesCacheDelegate* cache_delegate, |
const WebViewKey& webview_key) |
- : RulesRegistry(profile, |
+ : RulesRegistry(browser_context, |
event_name, |
owner_thread, |
cache_delegate, |