| Index: net/quic/core/quic_write_blocked_list_test.cc
|
| diff --git a/net/quic/quic_write_blocked_list_test.cc b/net/quic/core/quic_write_blocked_list_test.cc
|
| similarity index 99%
|
| rename from net/quic/quic_write_blocked_list_test.cc
|
| rename to net/quic/core/quic_write_blocked_list_test.cc
|
| index 23009c0685351e28fe0d4c395961beca3896a43b..8191062cfa3cd920d2996321f5c9d1d6be5d8cbd 100644
|
| --- a/net/quic/quic_write_blocked_list_test.cc
|
| +++ b/net/quic/core/quic_write_blocked_list_test.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"
|
|
|
| #include "net/quic/test_tools/quic_test_utils.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|