| Index: net/quic/core/crypto/crypto_utils.cc
|
| diff --git a/net/quic/crypto/crypto_utils.cc b/net/quic/core/crypto/crypto_utils.cc
|
| similarity index 96%
|
| rename from net/quic/crypto/crypto_utils.cc
|
| rename to net/quic/core/crypto/crypto_utils.cc
|
| index 6ec4e5e8aae73f2564690eb7effd83b1f0c3c363..b382339f47ec782397c73027391b3107658acf4a 100644
|
| --- a/net/quic/crypto/crypto_utils.cc
|
| +++ b/net/quic/core/crypto/crypto_utils.cc
|
| @@ -2,21 +2,21 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "net/quic/crypto/crypto_utils.h"
|
| +#include "net/quic/core/crypto/crypto_utils.h"
|
|
|
| #include <memory>
|
|
|
| #include "crypto/hkdf.h"
|
| #include "crypto/secure_hash.h"
|
| #include "net/base/url_util.h"
|
| -#include "net/quic/crypto/crypto_handshake.h"
|
| -#include "net/quic/crypto/crypto_protocol.h"
|
| -#include "net/quic/crypto/quic_decrypter.h"
|
| -#include "net/quic/crypto/quic_encrypter.h"
|
| -#include "net/quic/crypto/quic_random.h"
|
| -#include "net/quic/quic_bug_tracker.h"
|
| -#include "net/quic/quic_time.h"
|
| -#include "net/quic/quic_utils.h"
|
| +#include "net/quic/core/crypto/crypto_handshake.h"
|
| +#include "net/quic/core/crypto/crypto_protocol.h"
|
| +#include "net/quic/core/crypto/quic_decrypter.h"
|
| +#include "net/quic/core/crypto/quic_encrypter.h"
|
| +#include "net/quic/core/crypto/quic_random.h"
|
| +#include "net/quic/core/quic_bug_tracker.h"
|
| +#include "net/quic/core/quic_time.h"
|
| +#include "net/quic/core/quic_utils.h"
|
| #include "url/url_canon.h"
|
|
|
| using base::StringPiece;
|
|
|