| Index: net/quic/core/quic_simple_buffer_allocator.cc
|
| diff --git a/net/quic/quic_simple_buffer_allocator.cc b/net/quic/core/quic_simple_buffer_allocator.cc
|
| similarity index 88%
|
| rename from net/quic/quic_simple_buffer_allocator.cc
|
| rename to net/quic/core/quic_simple_buffer_allocator.cc
|
| index efee2ccc98b4245ff6da800fbd4a7acdfe7886ca..efa20edf2f3d6325f0e7fe6ac84e6a1f490f7c1d 100644
|
| --- a/net/quic/quic_simple_buffer_allocator.cc
|
| +++ b/net/quic/core/quic_simple_buffer_allocator.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_simple_buffer_allocator.h"
|
| +#include "net/quic/core/quic_simple_buffer_allocator.h"
|
|
|
| namespace net {
|
|
|
|
|