| Index: net/quic/core/quic_frame_list.h
|
| diff --git a/net/quic/quic_frame_list.h b/net/quic/core/quic_frame_list.h
|
| similarity index 95%
|
| rename from net/quic/quic_frame_list.h
|
| rename to net/quic/core/quic_frame_list.h
|
| index f529016f66a42b5230289c2d55d03517446e02b9..8e33338365fb94fa4b56ad024fcf4903c4633440 100644
|
| --- a/net/quic/quic_frame_list.h
|
| +++ b/net/quic/core/quic_frame_list.h
|
| @@ -10,8 +10,8 @@
|
| #include <string>
|
|
|
| #include "base/strings/string_piece.h"
|
| -#include "net/quic/quic_protocol.h"
|
| -#include "net/quic/quic_stream_sequencer_buffer_interface.h"
|
| +#include "net/quic/core/quic_protocol.h"
|
| +#include "net/quic/core/quic_stream_sequencer_buffer_interface.h"
|
|
|
| namespace net {
|
|
|
|
|