| Index: net/quic/core/quic_unacked_packet_map_test.cc
|
| diff --git a/net/quic/quic_unacked_packet_map_test.cc b/net/quic/core/quic_unacked_packet_map_test.cc
|
| similarity index 99%
|
| rename from net/quic/quic_unacked_packet_map_test.cc
|
| rename to net/quic/core/quic_unacked_packet_map_test.cc
|
| index 5d85da9b1533e24ef52cc02ff3dbfe9b035f55f7..dfd2759efb9f4ae35cf3e84384810cf9dc5da125 100644
|
| --- a/net/quic/quic_unacked_packet_map_test.cc
|
| +++ b/net/quic/core/quic_unacked_packet_map_test.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "net/quic/quic_unacked_packet_map.h"
|
| +#include "net/quic/core/quic_unacked_packet_map.h"
|
|
|
| #include "base/stl_util.h"
|
| -#include "net/quic/quic_flags.h"
|
| -#include "net/quic/quic_utils.h"
|
| +#include "net/quic/core/quic_flags.h"
|
| +#include "net/quic/core/quic_utils.h"
|
| #include "net/quic/test_tools/quic_test_utils.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|