Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Unified Diff: base/memory/memory_debug.h

Issue 6714032: Move some files in base to base/memory. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: only base Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698