| Index: base/memory/weak_ptr.cc
|
| diff --git a/base/weak_ptr.cc b/base/memory/weak_ptr.cc
|
| similarity index 97%
|
| rename from base/weak_ptr.cc
|
| rename to base/memory/weak_ptr.cc
|
| index c9a6f4806d3607c797ffda62c33d621341838aa3..18a89ff34adacba5a067b35b9556fadf375fabf5 100644
|
| --- a/base/weak_ptr.cc
|
| +++ b/base/memory/weak_ptr.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/weak_ptr.h"
|
| +#include "base/memory/weak_ptr.h"
|
|
|
| namespace base {
|
| namespace internal {
|
|
|