Chromium Code Reviews| Index: net/quic/crypto/aes_128_gcm_12_encrypter_test.cc |
| diff --git a/net/quic/crypto/aes_128_gcm_12_encrypter_test.cc b/net/quic/crypto/aes_128_gcm_12_encrypter_test.cc |
| index 8ccaaedf30b3e882a1f1b51bd415191c9449ecff..760c59caad62e98083f64173b872fc3df017a88e 100644 |
| --- a/net/quic/crypto/aes_128_gcm_12_encrypter_test.cc |
| +++ b/net/quic/crypto/aes_128_gcm_12_encrypter_test.cc |
| @@ -4,9 +4,12 @@ |
| #include "net/quic/crypto/aes_128_gcm_12_encrypter.h" |
| +#include <string> |
| + |
| #include "net/quic/test_tools/quic_test_utils.h" |
| using base::StringPiece; |
| +using std::string; |
| namespace { |