Chromium Code Reviews| Index: net/quic/test_tools/mock_crypto_client_stream.cc |
| diff --git a/net/quic/test_tools/mock_crypto_client_stream.cc b/net/quic/test_tools/mock_crypto_client_stream.cc |
| index eef3b80ff83ad8bccfdddd186708849756295852..b45d371713bfb432d732e0547f3a84b114303a83 100644 |
| --- a/net/quic/test_tools/mock_crypto_client_stream.cc |
| +++ b/net/quic/test_tools/mock_crypto_client_stream.cc |
| @@ -9,6 +9,8 @@ |
| #include "net/quic/quic_server_id.h" |
| #include "testing/gtest/include/gtest/gtest.h" |
| +using std::string; |
| + |
| namespace net { |
| MockCryptoClientStream::MockCryptoClientStream( |