| Index: net/quic/core/quic_arena_scoped_ptr_test.cc
|
| diff --git a/net/quic/quic_arena_scoped_ptr_test.cc b/net/quic/core/quic_arena_scoped_ptr_test.cc
|
| similarity index 96%
|
| rename from net/quic/quic_arena_scoped_ptr_test.cc
|
| rename to net/quic/core/quic_arena_scoped_ptr_test.cc
|
| index 22c9ebb8bcba247a4f5ba0cd5bc28f62c3f1217c..9c4a0a2501feec8f31700dfa0e135a4d0975b492 100644
|
| --- a/net/quic/quic_arena_scoped_ptr_test.cc
|
| +++ b/net/quic/core/quic_arena_scoped_ptr_test.cc
|
| @@ -1,9 +1,9 @@
|
| // Copyright (c) 2016 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| -#include "net/quic/quic_arena_scoped_ptr.h"
|
| +#include "net/quic/core/quic_arena_scoped_ptr.h"
|
|
|
| -#include "net/quic/quic_one_block_arena.h"
|
| +#include "net/quic/core/quic_one_block_arena.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|