| Index: components/subresource_filter/content/browser/subresource_filter_navigation_throttle_unittests.cc | 
| diff --git a/components/subresource_filter/content/browser/subresource_filter_navigation_throttle_unittests.cc b/components/subresource_filter/content/browser/subresource_filter_navigation_throttle_unittests.cc | 
| index c51cbf9aa08d5cc2054c1603273238bfd730f140..952cbec896064677e512cb9c4280cf20dccd77e5 100644 | 
| --- a/components/subresource_filter/content/browser/subresource_filter_navigation_throttle_unittests.cc | 
| +++ b/components/subresource_filter/content/browser/subresource_filter_navigation_throttle_unittests.cc | 
| @@ -5,6 +5,7 @@ | 
| #include "components/subresource_filter/content/browser/subresource_filter_navigation_throttle.h" | 
|  | 
| #include <memory> | 
| +#include <string> | 
|  | 
| #include "base/macros.h" | 
| #include "base/memory/ptr_util.h" | 
| @@ -113,7 +114,7 @@ class SubresourceFilterNavigationThrottleTest | 
| } | 
|  | 
| void SimulateWillProcessResponse() { | 
| -    handle()->CallWillProcessResponseForTesting(main_rfh()); | 
| +    handle()->CallWillProcessResponseForTesting(main_rfh(), std::string()); | 
| } | 
|  | 
| private: | 
|  |