Index: net/quic/quic_crypto_client_stream.cc |
diff --git a/net/quic/quic_crypto_client_stream.cc b/net/quic/quic_crypto_client_stream.cc |
index 1c41e0a6e08ca352d3ca06dfe9098820e843997b..818189a13f180777b0b8094cc56eae7c838cc823 100644 |
--- a/net/quic/quic_crypto_client_stream.cc |
+++ b/net/quic/quic_crypto_client_stream.cc |
@@ -12,6 +12,8 @@ |
#include "net/quic/quic_protocol.h" |
#include "net/quic/quic_session.h" |
+using std::string; |
+ |
namespace net { |
QuicCryptoClientStream::ChannelIDSourceCallbackImpl:: |