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

Unified Diff: chrome/browser/safe_browsing/threat_details_cache.h

Issue 1870003002: Convert //chrome/browser/safe_browsing from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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_cache.h
diff --git a/chrome/browser/safe_browsing/threat_details_cache.h b/chrome/browser/safe_browsing/threat_details_cache.h
index 41496c87eeaf29383ebfc2075ae7a666180dab09..025fde892edc0fcc9118b403bf7e1f70dca0b908 100644
--- a/chrome/browser/safe_browsing/threat_details_cache.h
+++ b/chrome/browser/safe_browsing/threat_details_cache.h
@@ -81,7 +81,7 @@ class ThreatDetailsCacheCollector
scoped_refptr<net::URLRequestContextGetter> request_context_getter_;
// The current URLFetcher.
- scoped_ptr<net::URLFetcher> current_fetch_;
+ std::unique_ptr<net::URLFetcher> current_fetch_;
// Returns the resource from resources_ that corresponds to |url|
ClientSafeBrowsingReportRequest::Resource* GetResource(

Powered by Google App Engine
This is Rietveld 408576698