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

Unified Diff: net/base/network_activity_monitor_unittest.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/base/filename_util_internal.cc ('k') | net/cert/multi_threaded_cert_verifier.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/network_activity_monitor_unittest.cc
diff --git a/net/base/network_activity_monitor_unittest.cc b/net/base/network_activity_monitor_unittest.cc
index 78b452117ec54ae769f300877e6dc228b1e6e2cb..7e2e4567882607e1c9d16ececb42b57c5f70b2e3 100644
--- a/net/base/network_activity_monitor_unittest.cc
+++ b/net/base/network_activity_monitor_unittest.cc
@@ -119,7 +119,7 @@ TEST_F(NetworkActivityMontiorTest, Threading) {
base::Bind(&VerifyBytesReceivedIsMultipleOf, bytes_received));
}
- STLDeleteElements(&threads);
+ base::STLDeleteElements(&threads);
NetworkActivityMonitor* monitor = NetworkActivityMonitor::GetInstance();
EXPECT_EQ(num_increments * bytes_received, monitor->GetBytesReceived());
« no previous file with comments | « net/base/filename_util_internal.cc ('k') | net/cert/multi_threaded_cert_verifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698