Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(933)

Unified Diff: chrome/browser/loader/data_reduction_proxy_resource_throttle_android.h

Issue 2540563002: Move SafeBrowsingUIManager::UnsafeResource to security_interstitials namespace (Closed)
Patch Set: rebase update Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/loader/data_reduction_proxy_resource_throttle_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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).
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/loader/data_reduction_proxy_resource_throttle_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698