Chromium Code Reviews| 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 fd740ddcba16167bc3fbca2842727f827989d1f6..6777b2e1524ec6aa8414fc46930985afe035b282 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:: |