Chromium Code Reviews| Index: base/debug/stack_trace.cc |
| diff --git a/base/debug/stack_trace.cc b/base/debug/stack_trace.cc |
| index ce9e9ad550090b70cf525f3d040d8482e11fb36e..2250c8fb14cc43b76c9a1236f59722b8317a74a2 100644 |
| --- a/base/debug/stack_trace.cc |
| +++ b/base/debug/stack_trace.cc |
| @@ -4,13 +4,13 @@ |
| #include "base/debug/stack_trace.h" |
| -#include "base/basictypes.h" |
| - |
| #include <string.h> |
| #include <algorithm> |
| #include <sstream> |
| +#include "base/macros.h" |
| + |
| namespace base { |
| namespace debug { |