| Index: win8/delegate_execute/command_execute_impl.h
|
| diff --git a/win8/delegate_execute/command_execute_impl.h b/win8/delegate_execute/command_execute_impl.h
|
| index 5a1a95c7bffb44d0c71837a1741c6e75d7d00173..8fd00b82e09b13d78690e8e739ca543a5519490b 100644
|
| --- a/win8/delegate_execute/command_execute_impl.h
|
| +++ b/win8/delegate_execute/command_execute_impl.h
|
| @@ -10,6 +10,7 @@
|
|
|
| #include <string>
|
|
|
| +#include "base/command_line.h"
|
| #include "base/file_path.h"
|
| #include "base/process_util.h"
|
| #include "win8/delegate_execute/resource.h" // main symbols
|
| @@ -91,7 +92,7 @@ class ATL_NO_VTABLE DECLSPEC_UUID("A2DF06F9-A21A-44A8-8A99-8B9C84F29160")
|
| EC_HOST_UI_MODE GetLaunchMode();
|
|
|
| CComPtr<IShellItemArray> item_array_;
|
| - string16 parameters_;
|
| + CommandLine parameters_;
|
| FilePath chrome_exe_;
|
| STARTUPINFO start_info_;
|
| string16 verb_;
|
|
|