| Index: net/quic/core/quic_frame_list.cc
|
| diff --git a/net/quic/quic_frame_list.cc b/net/quic/core/quic_frame_list.cc
|
| similarity index 99%
|
| rename from net/quic/quic_frame_list.cc
|
| rename to net/quic/core/quic_frame_list.cc
|
| index 92670746aeb5c13f38c384c6709ed85c6534e69a..f4890f14e7e51613dafe7db60e13d034d0bac9a3 100644
|
| --- a/net/quic/quic_frame_list.cc
|
| +++ b/net/quic/core/quic_frame_list.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_frame_list.h"
|
| +#include "net/quic/core/quic_frame_list.h"
|
|
|
| #include <algorithm>
|
|
|
|
|