Chromium Code Reviews| Index: base/debug/stack_trace_win.cc |
| diff --git a/base/debug/stack_trace_win.cc b/base/debug/stack_trace_win.cc |
| index 95da513e66cfa945621c7d8c2ebf3415bd192493..bda9b88ec6a56f83264fab64640e1a407251524e 100644 |
| --- a/base/debug/stack_trace_win.cc |
| +++ b/base/debug/stack_trace_win.cc |
| @@ -6,17 +6,16 @@ |
| #include <windows.h> |
| #include <dbghelp.h> |
| +#include <memory> |
|
Lei Zhang
2016/06/15 22:50:44
nit: C++ header goes in the section below.
|
| #include <stddef.h> |
| #include <iostream> |
| +#include "base/files/file_path.h" |
| #include "base/logging.h" |
| #include "base/macros.h" |
| #include "base/memory/singleton.h" |
| -#include "base/process/launch.h" |
| -#include "base/strings/string_util.h" |
| #include "base/synchronization/lock.h" |
| -#include "base/win/windows_version.h" |
| namespace base { |
| namespace debug { |