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

Unified Diff: base/memory/linked_ptr.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/linked_ptr.h
diff --git a/base/linked_ptr.h b/base/memory/linked_ptr.h
similarity index 98%
rename from base/linked_ptr.h
rename to base/memory/linked_ptr.h
index 162798d13d49666fbd0125e879b4ba0e9d514119..d08f8aa9cd747da169cc3c6988cc53ce88a0fc65 100644
--- a/base/linked_ptr.h
+++ b/base/memory/linked_ptr.h
@@ -34,8 +34,8 @@
// - is thread safe for copying and deletion
// - supports weak_ptrs
-#ifndef BASE_LINKED_PTR_H_
-#define BASE_LINKED_PTR_H_
+#ifndef BASE_MEMORY_LINKED_PTR_H_
+#define BASE_MEMORY_LINKED_PTR_H_
#pragma once
#include "base/logging.h" // for CHECK macros
@@ -179,4 +179,4 @@ linked_ptr<T> make_linked_ptr(T* ptr) {
return linked_ptr<T>(ptr);
}
-#endif // BASE_LINKED_PTR_H_
+#endif // BASE_MEMORY_LINKED_PTR_H_

Powered by Google App Engine
This is Rietveld 408576698