| Index: components/subresource_filter/content/browser/activation_state_computing_navigation_throttle.h | 
| diff --git a/components/subresource_filter/content/browser/activation_state_computing_navigation_throttle.h b/components/subresource_filter/content/browser/activation_state_computing_navigation_throttle.h | 
| index c3415734a27c14301431306979da5e724a74ee7a..f48d6c2e417b20d3969218f525c9c03b0caa3c0b 100644 | 
| --- a/components/subresource_filter/content/browser/activation_state_computing_navigation_throttle.h | 
| +++ b/components/subresource_filter/content/browser/activation_state_computing_navigation_throttle.h | 
| @@ -55,6 +55,7 @@ class ActivationStateComputingNavigationThrottle | 
| // content::NavigationThrottle: | 
| content::NavigationThrottle::ThrottleCheckResult WillProcessResponse() | 
| override; | 
| +  const char* GetNameForLogging() override; | 
|  | 
| // After the navigation is finished, the client may optionally choose to | 
| // continue using the DocumentSubresourceFilter that was used to compute the | 
|  |