Index: net/quic/crypto/chacha20_poly1305_encrypter_test.cc |
diff --git a/net/quic/crypto/chacha20_poly1305_encrypter_test.cc b/net/quic/crypto/chacha20_poly1305_encrypter_test.cc |
index 4f33337d6f3875c428a7d247fe33e6fb4384a9c5..19e59e2e9b8d349f6b04d7995e06c83b9feb8468 100644 |
--- a/net/quic/crypto/chacha20_poly1305_encrypter_test.cc |
+++ b/net/quic/crypto/chacha20_poly1305_encrypter_test.cc |
@@ -4,9 +4,12 @@ |
#include "net/quic/crypto/chacha20_poly1305_encrypter.h" |
+#include <string> |
+ |
#include "net/quic/test_tools/quic_test_utils.h" |
using base::StringPiece; |
+using std::string; |
namespace { |