| Index: ipc/mojo/ipc_channel_mojo_unittest.cc
|
| diff --git a/ipc/mojo/ipc_channel_mojo_unittest.cc b/ipc/mojo/ipc_channel_mojo_unittest.cc
|
| index bf70b7f6f8a631e8e8ed0156bf33311ee6fc332e..40187153724a656b0d05c8c46e15d2118fa2338d 100644
|
| --- a/ipc/mojo/ipc_channel_mojo_unittest.cc
|
| +++ b/ipc/mojo/ipc_channel_mojo_unittest.cc
|
| @@ -551,7 +551,7 @@ MULTIPROCESS_IPC_TEST_CLIENT_MAIN(ParamTraitInvalidMessagePipeClient) {
|
| #if defined(OS_WIN)
|
| class IPCChannelMojoDeadHandleTest : public IPCChannelMojoTestBase {
|
| protected:
|
| - virtual scoped_ptr<IPC::ChannelFactory> CreateChannelFactory(
|
| + scoped_ptr<IPC::ChannelFactory> CreateChannelFactory(
|
| const IPC::ChannelHandle& handle,
|
| base::SequencedTaskRunner* runner) override {
|
| host_.reset(new IPC::ChannelMojoHost(task_runner()));
|
| @@ -559,7 +559,7 @@ class IPCChannelMojoDeadHandleTest : public IPCChannelMojoTestBase {
|
| task_runner(), handle);
|
| }
|
|
|
| - virtual bool DidStartClient() override {
|
| + bool DidStartClient() override {
|
| IPCTestBase::DidStartClient();
|
| const base::ProcessHandle client = client_process().Handle();
|
| // Forces GetFileHandleForProcess() fail. It happens occasionally
|
|
|