| Index: net/quic/core/crypto/proof_test.cc
|
| diff --git a/net/quic/crypto/proof_test.cc b/net/quic/core/crypto/proof_test.cc
|
| similarity index 99%
|
| rename from net/quic/crypto/proof_test.cc
|
| rename to net/quic/core/crypto/proof_test.cc
|
| index dcd826b3f3d403fdb33ba0916c99fa364614798d..fed5c80fefc73d992b5e7304813f9569577d50c4 100644
|
| --- a/net/quic/crypto/proof_test.cc
|
| +++ b/net/quic/core/crypto/proof_test.cc
|
| @@ -11,8 +11,8 @@
|
| #include "net/cert/cert_status_flags.h"
|
| #include "net/cert/cert_verify_result.h"
|
| #include "net/cert/x509_certificate.h"
|
| -#include "net/quic/crypto/proof_source.h"
|
| -#include "net/quic/crypto/proof_verifier.h"
|
| +#include "net/quic/core/crypto/proof_source.h"
|
| +#include "net/quic/core/crypto/proof_verifier.h"
|
| #include "net/quic/test_tools/crypto_test_utils.h"
|
| #include "net/test/cert_test_util.h"
|
| #include "net/test/test_data_directory.h"
|
|
|