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

Unified Diff: net/url_request/report_sender.cc

Issue 2229393003: net: Use stl utilities from the base namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 4 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
« no previous file with comments | « net/udp/udp_socket_unittest.cc ('k') | net/url_request/url_fetcher_core.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/report_sender.cc
diff --git a/net/url_request/report_sender.cc b/net/url_request/report_sender.cc
index bc8e11d6b4705103247ffe17bdf5b5e7ddb3e268..c91ddd0752daffcc3848ee0f4eab9882235ad695 100644
--- a/net/url_request/report_sender.cc
+++ b/net/url_request/report_sender.cc
@@ -29,7 +29,7 @@ ReportSender::ReportSender(URLRequestContext* request_context,
ReportSender::~ReportSender() {
// Cancel all of the uncompleted requests.
- STLDeleteElements(&inflight_requests_);
+ base::STLDeleteElements(&inflight_requests_);
}
void ReportSender::Send(const GURL& report_uri, const std::string& report) {
« no previous file with comments | « net/udp/udp_socket_unittest.cc ('k') | net/url_request/url_fetcher_core.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698