| Index: net/quic/core/quic_unacked_packet_map.cc
|
| diff --git a/net/quic/quic_unacked_packet_map.cc b/net/quic/core/quic_unacked_packet_map.cc
|
| similarity index 98%
|
| rename from net/quic/quic_unacked_packet_map.cc
|
| rename to net/quic/core/quic_unacked_packet_map.cc
|
| index 2e7f8f388e0fb39ed68d61a72c15ac5576a01267..0c70d1469559d6bf5b504698ce4439b79971f857 100644
|
| --- a/net/quic/quic_unacked_packet_map.cc
|
| +++ b/net/quic/core/quic_unacked_packet_map.cc
|
| @@ -2,15 +2,15 @@
|
| // 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/logging.h"
|
| #include "base/stl_util.h"
|
| #include "net/quic/chromium/quic_utils_chromium.h"
|
| -#include "net/quic/quic_bug_tracker.h"
|
| -#include "net/quic/quic_connection_stats.h"
|
| -#include "net/quic/quic_flags.h"
|
| -#include "net/quic/quic_utils.h"
|
| +#include "net/quic/core/quic_bug_tracker.h"
|
| +#include "net/quic/core/quic_connection_stats.h"
|
| +#include "net/quic/core/quic_flags.h"
|
| +#include "net/quic/core/quic_utils.h"
|
|
|
| using std::max;
|
|
|
|
|