Chromium Code Reviews| Index: base/process/launch_win.cc |
| diff --git a/base/process/launch_win.cc b/base/process/launch_win.cc |
| index 6c43b40c8ca9b16a139eba2c1852d79ca2e11765..444e75df2d2c94fbd1744e303186e5d7714e474d 100644 |
| --- a/base/process/launch_win.cc |
| +++ b/base/process/launch_win.cc |
| @@ -13,13 +13,13 @@ |
| #include <ios> |
| #include <limits> |
| +#include <memory> |
|
Nico
2016/04/04 17:14:56
unused
dcheng
2016/04/04 17:43:39
Done.
|
| #include "base/bind.h" |
| #include "base/bind_helpers.h" |
| #include "base/command_line.h" |
| #include "base/debug/stack_trace.h" |
| #include "base/logging.h" |
| -#include "base/memory/scoped_ptr.h" |
| #include "base/message_loop/message_loop.h" |
| #include "base/metrics/histogram.h" |
| #include "base/process/kill.h" |