Chromium Code Reviews| Index: net/quic/core/quic_packets.cc |
| diff --git a/net/quic/core/quic_packets.cc b/net/quic/core/quic_packets.cc |
| index a8873e9e56db9e691467b6bd07b30ab53f4403dc..e4f2b4620ae14c684a37fbdafdd158827059595f 100644 |
| --- a/net/quic/core/quic_packets.cc |
| +++ b/net/quic/core/quic_packets.cc |
| @@ -9,6 +9,7 @@ |
| #include "net/quic/core/quic_flags.h" |
| #include "net/quic/core/quic_utils.h" |
| #include "net/quic/core/quic_versions.h" |
| +#include "net/quic/platform/api/quic_str_cat.h" |
|
Ryan Hamilton
2016/12/22 18:17:30
Is this required? I don't think we use StrCat in t
|
| using base::StringPiece; |
| using std::string; |