| Index: remoting/host/setup/me2me_native_messaging_host_unittest.cc
|
| diff --git a/remoting/host/setup/me2me_native_messaging_host_unittest.cc b/remoting/host/setup/me2me_native_messaging_host_unittest.cc
|
| index 65ba4021a0845ca3029d06a26c42396bcd5ee263..467531c09edb56df74b74eba25165263b8bdf2f6 100644
|
| --- a/remoting/host/setup/me2me_native_messaging_host_unittest.cc
|
| +++ b/remoting/host/setup/me2me_native_messaging_host_unittest.cc
|
| @@ -17,7 +17,7 @@
|
| #include "net/base/file_stream.h"
|
| #include "net/base/net_util.h"
|
| #include "remoting/base/auto_thread_task_runner.h"
|
| -#include "remoting/host/native_messaging/native_messaging_channel.h"
|
| +#include "remoting/host/native_messaging/pipe_messaging_channel.h"
|
| #include "remoting/host/pin_hash.h"
|
| #include "remoting/host/setup/test_util.h"
|
| #include "remoting/protocol/pairing_registry.h"
|
| @@ -323,9 +323,9 @@ void Me2MeNativeMessagingHostTest::StartHost() {
|
| new SynchronousPairingRegistry(scoped_ptr<PairingRegistry::Delegate>(
|
| new MockPairingRegistryDelegate()));
|
|
|
| - scoped_ptr<NativeMessagingChannel> channel(
|
| - new NativeMessagingChannel(input_read_file.Pass(),
|
| - output_write_file.Pass()));
|
| + scoped_ptr<extensions::NativeMessagingChannel> channel(
|
| + new PipeMessagingChannel(input_read_file.Pass(),
|
| + output_write_file.Pass()));
|
|
|
| host_.reset(new Me2MeNativeMessagingHost(
|
| false,
|
|
|