Chromium Code Reviews| Index: base/process/process_handle_win.cc |
| diff --git a/base/process/process_handle_win.cc b/base/process/process_handle_win.cc |
| index 7763f58164589b1563b3c9e80ee93cb4cdbcb119..b9759a765810f8d93e0b63439bcf63947f1b4c59 100644 |
| --- a/base/process/process_handle_win.cc |
| +++ b/base/process/process_handle_win.cc |
| @@ -7,7 +7,8 @@ |
| #include <windows.h> |
| #include <tlhelp32.h> |
| -#include "base/memory/scoped_ptr.h" |
| +#include <memory> |
| + |
| #include "base/win/scoped_handle.h" |
| #include "base/win/windows_version.h" |