| Index: ipc/ipc_perftest_support.h
|
| diff --git a/ipc/ipc_perftest_support.h b/ipc/ipc_perftest_support.h
|
| index f719db4368c7c9fac6b549f523994bb4d36fc7d2..f98496f728447d4d0595c8b0dd8baa201eec7fce 100644
|
| --- a/ipc/ipc_perftest_support.h
|
| +++ b/ipc/ipc_perftest_support.h
|
| @@ -35,7 +35,7 @@ class PingPongTestParams {
|
| int message_count_;
|
| };
|
|
|
| -class IPCChannelPerfTestBase : public IPCTestBase {
|
| +class IPCChannelPerfTestBase : public IPCChannelMojoTestBase {
|
| public:
|
| IPCChannelPerfTestBase();
|
| ~IPCChannelPerfTestBase() override;
|
| @@ -62,7 +62,7 @@ class PingPongTestClient {
|
| PingPongTestClient();
|
| virtual ~PingPongTestClient();
|
|
|
| - virtual std::unique_ptr<Channel> CreateChannel(Listener* listener);
|
| + virtual std::unique_ptr<Channel> CreateChannel(Listener* listener) = 0;
|
| int RunMain();
|
| scoped_refptr<base::TaskRunner> task_runner();
|
|
|
|
|