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

Unified Diff: chrome/browser/safe_browsing/threat_details_history.cc

Issue 2821193005: Rewrite base::Bind to base::BindOnce with base_bind_rewriters in //chrome/browser/safe_browsing (Closed)
Patch Set: Created 3 years, 8 months 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
Index: chrome/browser/safe_browsing/threat_details_history.cc
diff --git a/chrome/browser/safe_browsing/threat_details_history.cc b/chrome/browser/safe_browsing/threat_details_history.cc
index 4c0c6ec15e1cfef4b55f05aeaed14f0c1951da27..4a01578908c8195916df8e084df26ab487ac4043 100644
--- a/chrome/browser/safe_browsing/threat_details_history.cc
+++ b/chrome/browser/safe_browsing/threat_details_history.cc
@@ -46,8 +46,8 @@ void ThreatDetailsRedirectsCollector::StartHistoryCollection(
BrowserThread::PostTask(
BrowserThread::UI, FROM_HERE,
- base::Bind(&ThreatDetailsRedirectsCollector::StartGetRedirects, this,
- urls));
+ base::BindOnce(&ThreatDetailsRedirectsCollector::StartGetRedirects, this,
+ urls));
}
bool ThreatDetailsRedirectsCollector::HasStarted() const {
« no previous file with comments | « chrome/browser/safe_browsing/threat_details_cache.cc ('k') | chrome/browser/safe_browsing/threat_details_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698