| Index: chrome/browser/loader/data_reduction_proxy_resource_throttle_android.h
|
| diff --git a/chrome/browser/loader/data_reduction_proxy_resource_throttle_android.h b/chrome/browser/loader/data_reduction_proxy_resource_throttle_android.h
|
| index 8e3aa21680cde408cbb76d565a7e0d37c7ab60e6..2597a68cfd25c4e6afc4aeecc8643ba3c40f21ac 100644
|
| --- a/chrome/browser/loader/data_reduction_proxy_resource_throttle_android.h
|
| +++ b/chrome/browser/loader/data_reduction_proxy_resource_throttle_android.h
|
| @@ -86,7 +86,7 @@ class DataReductionProxyResourceThrottle
|
| static void StartDisplayingBlockingPage(
|
| const base::WeakPtr<DataReductionProxyResourceThrottle>& throttle,
|
| scoped_refptr<safe_browsing::SafeBrowsingUIManager> ui_manager,
|
| - const safe_browsing::SafeBrowsingUIManager::UnsafeResource& resource);
|
| + const security_interstitials::UnsafeResource& resource);
|
|
|
| // Resumes the request, by continuing the deferred action (either starting the
|
| // request, or following a redirect).
|
|
|