| 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..9369663b95a1ca02a9b9250802c3f95bd2485224 100644
|
| --- a/base/debug/stack_trace_win.cc
|
| +++ b/base/debug/stack_trace_win.cc
|
| @@ -9,14 +9,13 @@
|
| #include <stddef.h>
|
|
|
| #include <iostream>
|
| +#include <memory>
|
|
|
| +#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 {
|
|
|