| Index: net/quic/core/quic_simple_buffer_allocator_test.cc
|
| diff --git a/net/quic/quic_simple_buffer_allocator_test.cc b/net/quic/core/quic_simple_buffer_allocator_test.cc
|
| similarity index 88%
|
| rename from net/quic/quic_simple_buffer_allocator_test.cc
|
| rename to net/quic/core/quic_simple_buffer_allocator_test.cc
|
| index 3129b9608c8044592eafa576cac127601b37eb08..d999162378bc6699c39b49bf5093aa32b40a9ed5 100644
|
| --- a/net/quic/quic_simple_buffer_allocator_test.cc
|
| +++ b/net/quic/core/quic_simple_buffer_allocator_test.cc
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "net/quic/quic_simple_buffer_allocator.h"
|
| +#include "net/quic/core/quic_simple_buffer_allocator.h"
|
|
|
| -#include "net/quic/quic_protocol.h"
|
| +#include "net/quic/core/quic_protocol.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|