| Index: base/memory/ref_counted_memory.cc
|
| diff --git a/base/ref_counted_memory.cc b/base/memory/ref_counted_memory.cc
|
| similarity index 95%
|
| rename from base/ref_counted_memory.cc
|
| rename to base/memory/ref_counted_memory.cc
|
| index dc244b93bce5d974fc7225e0a8de5574246addd2..9bdd3fabed1389c078644446342ed8a1c28d0b21 100644
|
| --- a/base/ref_counted_memory.cc
|
| +++ b/base/memory/ref_counted_memory.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 "base/ref_counted_memory.h"
|
| +#include "base/memory/ref_counted_memory.h"
|
|
|
| RefCountedMemory::RefCountedMemory() {
|
| }
|
|
|