summaryrefslogtreecommitdiffstats
path: root/ipc/mojo/ipc_mojo_perftest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/mojo/ipc_mojo_perftest.cc')
-rw-r--r--ipc/mojo/ipc_mojo_perftest.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/ipc/mojo/ipc_mojo_perftest.cc b/ipc/mojo/ipc_mojo_perftest.cc
index 20893d4..dca405e 100644
--- a/ipc/mojo/ipc_mojo_perftest.cc
+++ b/ipc/mojo/ipc_mojo_perftest.cc
@@ -31,13 +31,13 @@ public:
virtual scoped_ptr<IPC::ChannelFactory> CreateChannelFactory(
const IPC::ChannelHandle& handle,
- base::TaskRunner* runner) OVERRIDE {
+ base::TaskRunner* runner) override {
host_.reset(new IPC::ChannelMojoHost(task_runner()));
return IPC::ChannelMojo::CreateServerFactory(host_->channel_delegate(),
handle);
}
- virtual bool DidStartClient() OVERRIDE {
+ virtual bool DidStartClient() override {
bool ok = IPCTestBase::DidStartClient();
DCHECK(ok);
host_->OnClientLaunched(client_process());
@@ -74,7 +74,7 @@ class MojoTestClient : public IPC::test::PingPongTestClient {
MojoTestClient();
virtual scoped_ptr<IPC::Channel> CreateChannel(
- IPC::Listener* listener) OVERRIDE;
+ IPC::Listener* listener) override;
};
MojoTestClient::MojoTestClient() {