Index: components/subresource_filter/content/renderer/subresource_filter_agent.h |
diff --git a/components/subresource_filter/content/renderer/subresource_filter_agent.h b/components/subresource_filter/content/renderer/subresource_filter_agent.h |
index 9a8d01ae0565a87dc03a2816170ec5e71fbc2f1e..75533a0d2ecb0772bbbb3545bbc253dae39a0a72 100644 |
--- a/components/subresource_filter/content/renderer/subresource_filter_agent.h |
+++ b/components/subresource_filter/content/renderer/subresource_filter_agent.h |
@@ -70,7 +70,7 @@ class SubresourceFilterAgent |
// content::RenderFrameObserver: |
void OnDestruct() override; |
- void DidStartProvisionalLoad() override; |
+ void DidStartProvisionalLoad(blink::WebDataSource* data_source) override; |
void DidCommitProvisionalLoad(bool is_new_navigation, |
bool is_same_page_navigation) override; |
void DidFinishLoad() override; |