Index: chrome/browser/browser_process_impl.h |
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h |
index 167ce60e835bce0b6dd2810a25f648331072027b..701e8227331bd95f38a1f3f5f514446189ffe9db 100644 |
--- a/chrome/browser/browser_process_impl.h |
+++ b/chrome/browser/browser_process_impl.h |
@@ -133,8 +133,8 @@ class BrowserProcessImpl : public BrowserProcess, |
safe_browsing::SafeBrowsingService* safe_browsing_service() override; |
safe_browsing::ClientSideDetectionService* safe_browsing_detection_service() |
override; |
- subresource_filter::RulesetService* subresource_filter_ruleset_service() |
- override; |
+ subresource_filter::ContentRulesetService* |
+ subresource_filter_ruleset_service() override; |
#if (defined(OS_WIN) || defined(OS_LINUX)) && !defined(OS_CHROMEOS) |
void StartAutoupdateTimer() override; |
@@ -263,7 +263,7 @@ class BrowserProcessImpl : public BrowserProcess, |
scoped_refptr<safe_browsing::SafeBrowsingService> safe_browsing_service_; |
bool created_subresource_filter_ruleset_service_; |
- std::unique_ptr<subresource_filter::RulesetService> |
+ std::unique_ptr<subresource_filter::ContentRulesetService> |
subresource_filter_ruleset_service_; |
bool shutting_down_; |