| Index: win8/delegate_execute/delegate_execute_operation.h
|
| diff --git a/win8/delegate_execute/delegate_execute_operation.h b/win8/delegate_execute/delegate_execute_operation.h
|
| index 26bc19e587cf9e062c49ef2e7bfc62b9d9946394..3dbc70203a56de3d456b2e1861247f6476aca43c 100644
|
| --- a/win8/delegate_execute/delegate_execute_operation.h
|
| +++ b/win8/delegate_execute/delegate_execute_operation.h
|
| @@ -10,6 +10,7 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/files/file_path.h"
|
| +#include "base/process/process.h"
|
| #include "base/strings/string16.h"
|
|
|
| namespace base {
|
| @@ -59,8 +60,8 @@ class DelegateExecuteOperation {
|
| return mutex_;
|
| }
|
|
|
| - // Returns the process id of the parent or 0 on failure.
|
| - DWORD GetParentPid() const;
|
| + // Returns the parent process.
|
| + base::Process GetParent() const;
|
|
|
| const base::FilePath& shortcut() const {
|
| return relaunch_shortcut_;
|
|
|