| Index: base/memory/memory_debug.h
|
| diff --git a/base/memory_debug.h b/base/memory/memory_debug.h
|
| similarity index 92%
|
| rename from base/memory_debug.h
|
| rename to base/memory/memory_debug.h
|
| index 6d8c7f9d7f41158a75d40ec14747f3b68c769a4b..b6f7ab6fad2a1618437710cc5593708bfdc6f730 100644
|
| --- a/base/memory_debug.h
|
| +++ b/base/memory/memory_debug.h
|
| @@ -6,8 +6,8 @@
|
| // All methods are effectively no-ops unless this program is being run through
|
| // a supported memory tool (currently, only Purify)
|
|
|
| -#ifndef BASE_MEMORY_DEBUG_H_
|
| -#define BASE_MEMORY_DEBUG_H_
|
| +#ifndef BASE_MEMORY_MEMORY_DEBUG_H_
|
| +#define BASE_MEMORY_MEMORY_DEBUG_H_
|
| #pragma once
|
|
|
| #include "base/basictypes.h"
|
| @@ -44,4 +44,4 @@ class MemoryDebug {
|
|
|
| } // namespace base
|
|
|
| -#endif // BASE_MEMORY_DEBUG_H_
|
| +#endif // BASE_MEMORY_MEMORY_DEBUG_H_
|
|
|