Chromium Code Reviews| Index: net/http/disk_cache_based_quic_server_info_unittest.cc |
| diff --git a/net/http/disk_cache_based_quic_server_info_unittest.cc b/net/http/disk_cache_based_quic_server_info_unittest.cc |
| index 847b3d8a16e51132a4426c386953039dada124dd..0f2d3f0496200141635c80dd4068e84c03252bd2 100644 |
| --- a/net/http/disk_cache_based_quic_server_info_unittest.cc |
| +++ b/net/http/disk_cache_based_quic_server_info_unittest.cc |
| @@ -4,6 +4,8 @@ |
| #include "net/http/disk_cache_based_quic_server_info.h" |
| +#include <string> |
|
ramant (doing other things)
2014/12/03 01:10:09
disk_cache_based_quic_server_info.h is including s
|
| + |
| #include "base/bind.h" |
| #include "base/bind_helpers.h" |
| #include "base/compiler_specific.h" |
| @@ -14,6 +16,8 @@ |
| #include "net/quic/quic_server_id.h" |
| #include "testing/gtest/include/gtest/gtest.h" |
| +using std::string; |
| + |
| namespace net { |
| namespace { |