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 |