| Index: remoting/host/setup/me2me_native_messaging_host.cc
|
| diff --git a/remoting/host/setup/me2me_native_messaging_host.cc b/remoting/host/setup/me2me_native_messaging_host.cc
|
| index 51b77ef574887820a5e37c5b60d58763940dfd51..08cd3a75e6dc29f0ebf7e24f1842086dd4102427 100644
|
| --- a/remoting/host/setup/me2me_native_messaging_host.cc
|
| +++ b/remoting/host/setup/me2me_native_messaging_host.cc
|
| @@ -72,7 +72,7 @@ namespace remoting {
|
| Me2MeNativeMessagingHost::Me2MeNativeMessagingHost(
|
| bool needs_elevation,
|
| intptr_t parent_window_handle,
|
| - scoped_ptr<NativeMessagingChannel> channel,
|
| + scoped_ptr<extensions::NativeMessagingChannel> channel,
|
| scoped_refptr<DaemonController> daemon_controller,
|
| scoped_refptr<protocol::PairingRegistry> pairing_registry,
|
| scoped_ptr<OAuthClient> oauth_client)
|
| @@ -659,7 +659,7 @@ void Me2MeNativeMessagingHost::EnsureElevatedHostCreated() {
|
|
|
| // Set up the native messaging channel to talk to the elevated host.
|
| // Note that input for the elevate channel is output forthe elevated host.
|
| - elevated_channel_.reset(new NativeMessagingChannel(
|
| + elevated_channel_.reset(new PipeMessagingChannel(
|
| base::File(delegate_read_handle.Take()),
|
| base::File(delegate_write_handle.Take())));
|
|
|
|
|