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

Unified Diff: base/debug/leak_tracker.h

Issue 11360174: Move stack_container and linked_list to the new containers subdirectory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « base/containers/stack_container_unittest.cc ('k') | base/linked_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/debug/leak_tracker.h
diff --git a/base/debug/leak_tracker.h b/base/debug/leak_tracker.h
index 22ded0d731ffad9e2325d4ef9c6c70613f4a38c5..93cea39a0a3c1ff726fba829cef5bfc39599277f 100644
--- a/base/debug/leak_tracker.h
+++ b/base/debug/leak_tracker.h
@@ -11,8 +11,8 @@
#endif
#ifdef ENABLE_LEAK_TRACKER
+#include "base/containers/linked_list.h"
#include "base/debug/stack_trace.h"
-#include "base/linked_list.h"
#include "base/logging.h"
#endif // ENABLE_LEAK_TRACKER
« no previous file with comments | « base/containers/stack_container_unittest.cc ('k') | base/linked_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698