| Index: net/quic/core/crypto/crypto_framer.cc
|
| diff --git a/net/quic/crypto/crypto_framer.cc b/net/quic/core/crypto/crypto_framer.cc
|
| similarity index 97%
|
| rename from net/quic/crypto/crypto_framer.cc
|
| rename to net/quic/core/crypto/crypto_framer.cc
|
| index 9b2fc2d80af9fb52e0a86121da532a31d9f548c1..2dd8f6329e336942b21b9f921d6b1974dce4cd72 100644
|
| --- a/net/quic/crypto/crypto_framer.cc
|
| +++ b/net/quic/core/crypto/crypto_framer.cc
|
| @@ -2,14 +2,14 @@
|
| // 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_framer.h"
|
| +#include "net/quic/core/crypto/crypto_framer.h"
|
|
|
| #include <memory>
|
|
|
| #include "base/strings/stringprintf.h"
|
| -#include "net/quic/crypto/crypto_protocol.h"
|
| -#include "net/quic/quic_data_reader.h"
|
| -#include "net/quic/quic_data_writer.h"
|
| +#include "net/quic/core/crypto/crypto_protocol.h"
|
| +#include "net/quic/core/quic_data_reader.h"
|
| +#include "net/quic/core/quic_data_writer.h"
|
|
|
| using base::StringPiece;
|
| using std::pair;
|
|
|