Index: remoting/host/win/wts_session_process_delegate.cc |
diff --git a/remoting/host/win/wts_session_process_delegate.cc b/remoting/host/win/wts_session_process_delegate.cc |
index 6a55c11449f675a1ac8c86936bd1e8f6d1050c73..8dbeebebc1e680758ebe848ae4b9224d14f37678 100644 |
--- a/remoting/host/win/wts_session_process_delegate.cc |
+++ b/remoting/host/win/wts_session_process_delegate.cc |
@@ -401,7 +401,7 @@ void WtsSessionProcessDelegate::Core::DoLaunchProcess() { |
std::unique_ptr<mojo::edk::PlatformChannelPair> normal_mojo_channel; |
std::unique_ptr<mojo::edk::NamedPlatformChannelPair> elevated_mojo_channel; |
- base::HandlesToInheritVector handles_to_inherit; |
+ std::vector<HANDLE> handles_to_inherit; |
if (launch_elevated_) { |
// Pass the name of the IPC channel to use. |
mojo::edk::NamedPlatformChannelPair::Options options; |