Index: base/process/launch.h |
diff --git a/base/process/launch.h b/base/process/launch.h |
index f5664fb80291d8edec761f60a6c78882b0b29a8b..ac2df5eee5f751c3c718190a62db078dbc826835 100644 |
--- a/base/process/launch.h |
+++ b/base/process/launch.h |
@@ -21,7 +21,6 @@ |
#include "base/posix/file_descriptor_shuffle.h" |
#elif defined(OS_WIN) |
#include <windows.h> |
-#include "base/win/scoped_handle.h" |
#endif |
class CommandLine; |
@@ -147,7 +146,7 @@ |
// cmdline = "c:\windows\explorer.exe" -foo "c:\bar\" |
BASE_EXPORT bool LaunchProcess(const string16& cmdline, |
const LaunchOptions& options, |
- win::ScopedHandle* process_handle); |
+ ProcessHandle* process_handle); |
#elif defined(OS_POSIX) |
// A POSIX-specific version of LaunchProcess that takes an argv array |