| Index: net/quic/core/quic_data_reader.cc
|
| diff --git a/net/quic/quic_data_reader.cc b/net/quic/core/quic_data_reader.cc
|
| similarity index 97%
|
| rename from net/quic/quic_data_reader.cc
|
| rename to net/quic/core/quic_data_reader.cc
|
| index fb8443d88f8b14b4beb3301b9e981c00f4af4267..72185cdeb41b620e5708d3cd6a561607278b9262 100644
|
| --- a/net/quic/quic_data_reader.cc
|
| +++ b/net/quic/core/quic_data_reader.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "net/quic/quic_data_reader.h"
|
| +#include "net/quic/core/quic_data_reader.h"
|
|
|
| #include "net/base/int128.h"
|
| -#include "net/quic/quic_protocol.h"
|
| +#include "net/quic/core/quic_protocol.h"
|
|
|
| using base::StringPiece;
|
|
|
|
|