| Index: mojo/edk/embedder/platform_channel_pair_win.cc
|
| diff --git a/mojo/edk/embedder/platform_channel_pair_win.cc b/mojo/edk/embedder/platform_channel_pair_win.cc
|
| index f523ade33576516442a6e08d933bb818fd65adb8..c909a9cfd02181aed1337bd7593db7ae14a9f359 100644
|
| --- a/mojo/edk/embedder/platform_channel_pair_win.cc
|
| +++ b/mojo/edk/embedder/platform_channel_pair_win.cc
|
| @@ -90,7 +90,7 @@ PlatformChannelPair::PassClientHandleFromParentProcessFromString(
|
|
|
| void PlatformChannelPair::PrepareToPassClientHandleToChildProcess(
|
| base::CommandLine* command_line,
|
| - base::HandlesToInheritVector* handle_passing_info) const {
|
| + std::vector<HANDLE>* handle_passing_info) const {
|
| DCHECK(command_line);
|
|
|
| // Log a warning if the command line already has the switch, but "clobber" it
|
|
|