Chromium Code Reviews| Index: net/quic/core/crypto/crypto_framer.h |
| diff --git a/net/quic/core/crypto/crypto_framer.h b/net/quic/core/crypto/crypto_framer.h |
| index 2ed2f328b50e67d0ab57b9693361e7b503b838cc..865d795c416bdf8a8a97565a71ebdda9e0db9c92 100644 |
| --- a/net/quic/core/crypto/crypto_framer.h |
| +++ b/net/quic/core/crypto/crypto_framer.h |
| @@ -15,6 +15,7 @@ |
| #include "net/quic/core/crypto/crypto_handshake_message.h" |
| #include "net/quic/core/quic_packets.h" |
| #include "net/quic/platform/api/quic_export.h" |
| +#include "net/quic/platform/api/quic_str_cat.h" |
|
Ryan Hamilton
2016/12/22 18:17:30
nit: Is this required? I don't think we use StrCat
|
| namespace net { |