| Index: net/quic/core/quic_data_writer.cc
|
| diff --git a/net/quic/quic_data_writer.cc b/net/quic/core/quic_data_writer.cc
|
| similarity index 98%
|
| rename from net/quic/quic_data_writer.cc
|
| rename to net/quic/core/quic_data_writer.cc
|
| index 81cc7127f7e9e9a85a45b21fc5bff0e2d0af45ca..f56145887a28f547166dfa1c02e39a169f5c51b3 100644
|
| --- a/net/quic/quic_data_writer.cc
|
| +++ b/net/quic/core/quic_data_writer.cc
|
| @@ -2,7 +2,7 @@
|
| // 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_writer.h"
|
| +#include "net/quic/core/quic_data_writer.h"
|
|
|
| #include <stdint.h>
|
| #include <algorithm>
|
|
|