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

Unified Diff: net/quic/core/crypto/crypto_server_config_protobuf.h

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.h
diff --git a/net/quic/core/crypto/crypto_server_config_protobuf.h b/net/quic/core/crypto/crypto_server_config_protobuf.h
index 4ea23d57d52f873f0fbbf3f23f722c7e2a9b6cbe..28c2eb94b12f1d7c5332b3ea56060fef669d2b20 100644
--- a/net/quic/core/crypto/crypto_server_config_protobuf.h
+++ b/net/quic/core/crypto/crypto_server_config_protobuf.h
@@ -59,7 +59,7 @@ class NET_EXPORT_PRIVATE QuicServerConfigProtobuf {
return keys_.back();
}
- void clear_key() { STLDeleteElements(&keys_); }
+ void clear_key() { base::STLDeleteElements(&keys_); }
bool has_primary_time() const { return primary_time_ > 0; }
« no previous file with comments | « net/quic/chromium/quic_stream_factory_test.cc ('k') | net/quic/core/crypto/crypto_server_config_protobuf.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698