| Index: net/quic/test_tools/mock_crypto_client_stream_factory.h
|
| diff --git a/net/quic/test_tools/mock_crypto_client_stream_factory.h b/net/quic/test_tools/mock_crypto_client_stream_factory.h
|
| index a06408f460b41ebefb2bb0d1a028cc838103fbe4..efda58f41ea37e248c1b30632a649fdc7ba6166d 100644
|
| --- a/net/quic/test_tools/mock_crypto_client_stream_factory.h
|
| +++ b/net/quic/test_tools/mock_crypto_client_stream_factory.h
|
| @@ -10,8 +10,8 @@
|
|
|
| #include "base/macros.h"
|
| #include "net/quic/chromium/crypto/proof_verifier_chromium.h"
|
| -#include "net/quic/quic_crypto_client_stream_factory.h"
|
| -#include "net/quic/quic_server_id.h"
|
| +#include "net/quic/core/quic_crypto_client_stream_factory.h"
|
| +#include "net/quic/core/quic_server_id.h"
|
| #include "net/quic/test_tools/mock_crypto_client_stream.h"
|
|
|
| namespace net {
|
|
|