Index: net/quic/crypto/chacha20_poly1305_decrypter_test.cc |
diff --git a/net/quic/crypto/chacha20_poly1305_decrypter_test.cc b/net/quic/crypto/chacha20_poly1305_decrypter_test.cc |
index e83acc09d66511cbeb61f93685e523dacc6dc451..2748827e153cfba8e5dd42288485a93af4b9ee9f 100644 |
--- a/net/quic/crypto/chacha20_poly1305_decrypter_test.cc |
+++ b/net/quic/crypto/chacha20_poly1305_decrypter_test.cc |
@@ -4,9 +4,12 @@ |
#include "net/quic/crypto/chacha20_poly1305_decrypter.h" |
+#include <string> |
+ |
#include "net/quic/test_tools/quic_test_utils.h" |
using base::StringPiece; |
+using std::string; |
namespace { |