| Index: net/quic/core/crypto/null_decrypter.cc
|
| diff --git a/net/quic/core/crypto/null_decrypter.cc b/net/quic/core/crypto/null_decrypter.cc
|
| index 0178335f6b13d3eef0c5a8c21e1689edd07e233d..dbc6db97480caa854f22f2a0ea7e7cc121feb9be 100644
|
| --- a/net/quic/core/crypto/null_decrypter.cc
|
| +++ b/net/quic/core/crypto/null_decrypter.cc
|
| @@ -7,9 +7,9 @@
|
| #include <cstdint>
|
|
|
| #include "net/base/int128.h"
|
| -#include "net/quic/core/quic_bug_tracker.h"
|
| #include "net/quic/core/quic_data_reader.h"
|
| #include "net/quic/core/quic_utils.h"
|
| +#include "net/quic/platform/api/quic_bug_tracker.h"
|
|
|
| using base::StringPiece;
|
| using std::string;
|
|
|