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 f27bf7a763c7c873d6d54b5a332f3a3a05476cfc..72e1085cf9d4b4c4a0c3b94fac77ec2169f4ac08 100644 |
--- a/win8/delegate_execute/command_execute_impl.h |
+++ b/win8/delegate_execute/command_execute_impl.h |
@@ -94,7 +94,7 @@ class ATL_NO_VTABLE DECLSPEC_UUID("071BB5F2-85A4-424F-BFE7-5F1609BE4C2C") |
EC_HOST_UI_MODE GetLaunchMode(); |
CComPtr<IShellItemArray> item_array_; |
- CommandLine parameters_; |
+ base::CommandLine parameters_; |
base::FilePath chrome_exe_; |
STARTUPINFO start_info_; |
base::string16 verb_; |