| Index: base/memory/memory_debug.cc
|
| diff --git a/base/memory_debug.cc b/base/memory/memory_debug.cc
|
| similarity index 96%
|
| rename from base/memory_debug.cc
|
| rename to base/memory/memory_debug.cc
|
| index 7d048e65748a7731c574ed850590275cb465bd5b..1af53f6046c47b10d312f95df5b98c195715af4a 100644
|
| --- a/base/memory_debug.cc
|
| +++ b/base/memory/memory_debug.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/memory_debug.h"
|
| +#include "base/memory/memory_debug.h"
|
|
|
| #ifdef PURIFY
|
| // this #define is used to prevent people from directly using pure.h
|
|
|