| 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 7b1490b21d1963f1aed0efff012acd09a49f2d53..7e4bf7c4e5b309f039edc81e69f26cd5213954af 100644
|
| --- a/win8/delegate_execute/command_execute_impl.h
|
| +++ b/win8/delegate_execute/command_execute_impl.h
|
| @@ -88,7 +88,7 @@ class ATL_NO_VTABLE DECLSPEC_UUID("071BB5F2-85A4-424F-BFE7-5F1609BE4C2C")
|
|
|
| static bool path_provider_initialized_;
|
|
|
| - bool GetLaunchScheme(string16* display_name, INTERNET_SCHEME* scheme);
|
| + bool GetLaunchScheme(base::string16* display_name, INTERNET_SCHEME* scheme);
|
| HRESULT LaunchDesktopChrome();
|
| // Returns the launch mode, i.e. desktop launch/metro launch, etc.
|
| EC_HOST_UI_MODE GetLaunchMode();
|
| @@ -97,8 +97,8 @@ class ATL_NO_VTABLE DECLSPEC_UUID("071BB5F2-85A4-424F-BFE7-5F1609BE4C2C")
|
| CommandLine parameters_;
|
| base::FilePath chrome_exe_;
|
| STARTUPINFO start_info_;
|
| - string16 verb_;
|
| - string16 display_name_;
|
| + base::string16 verb_;
|
| + base::string16 display_name_;
|
| INTERNET_SCHEME launch_scheme_;
|
|
|
| base::IntegrityLevel integrity_level_;
|
|
|