| Index: net/quic/core/quic_data_writer_test.cc
|
| diff --git a/net/quic/quic_data_writer_test.cc b/net/quic/core/quic_data_writer_test.cc
|
| similarity index 98%
|
| rename from net/quic/quic_data_writer_test.cc
|
| rename to net/quic/core/quic_data_writer_test.cc
|
| index f3d2bbbdafea445918d83bff6a11b18648afdc0f..bb3cfaf5e14e65ce7bba035ec0ef99f36bb65e02 100644
|
| --- a/net/quic/quic_data_writer_test.cc
|
| +++ b/net/quic/core/quic_data_writer_test.cc
|
| @@ -2,13 +2,13 @@
|
| // 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 <memory>
|
|
|
| -#include "net/quic/quic_data_reader.h"
|
| +#include "net/quic/core/quic_data_reader.h"
|
| #include "net/test/gtest_util.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|