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

Unified Diff: net/quic/core/crypto/crypto_server_config_protobuf.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
Index: net/quic/core/crypto/crypto_server_config_protobuf.cc
diff --git a/net/quic/core/crypto/crypto_server_config_protobuf.cc b/net/quic/core/crypto/crypto_server_config_protobuf.cc
index a2b8a346404d5e35ec90f1a4c3a63c0e3a36ae69..c8e70ed9a247c40b3121b55f1d3e700e41dbeb8b 100644
--- a/net/quic/core/crypto/crypto_server_config_protobuf.cc
+++ b/net/quic/core/crypto/crypto_server_config_protobuf.cc
@@ -12,7 +12,7 @@ QuicServerConfigProtobuf::QuicServerConfigProtobuf()
: primary_time_(QuicWallTime::Zero().ToUNIXSeconds()), priority_(0) {}
QuicServerConfigProtobuf::~QuicServerConfigProtobuf() {
- STLDeleteElements(&keys_);
+ base::STLDeleteElements(&keys_);
}
} // namespace net
« no previous file with comments | « net/quic/core/crypto/crypto_server_config_protobuf.h ('k') | net/quic/core/crypto/quic_crypto_client_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698