| Index: net/quic/core/quic_write_blocked_list.cc
|
| diff --git a/net/quic/quic_write_blocked_list.cc b/net/quic/core/quic_write_blocked_list.cc
|
| similarity index 91%
|
| rename from net/quic/quic_write_blocked_list.cc
|
| rename to net/quic/core/quic_write_blocked_list.cc
|
| index ebe2ebfeecadbaa4fac3255ce79156eb6fb0c5c1..32f23cf3eb99d5f19a8469d8d7ab4d22efd282b9 100644
|
| --- a/net/quic/quic_write_blocked_list.cc
|
| +++ b/net/quic/core/quic_write_blocked_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_write_blocked_list.h"
|
| +#include "net/quic/core/quic_write_blocked_list.h"
|
|
|
| namespace net {
|
|
|
|
|