| Index: ipc/mojo/ipc_mojo_bootstrap_unittest.cc
|
| diff --git a/ipc/mojo/ipc_mojo_bootstrap_unittest.cc b/ipc/mojo/ipc_mojo_bootstrap_unittest.cc
|
| index 8bffd8877e58efc2df3b2224a6eb3c79079284b5..a071d66a7e8fe7705d0d9c5b0ed5e0f07ad218e2 100644
|
| --- a/ipc/mojo/ipc_mojo_bootstrap_unittest.cc
|
| +++ b/ipc/mojo/ipc_mojo_bootstrap_unittest.cc
|
| @@ -23,9 +23,8 @@ class TestingDelegate : public IPC::MojoBootstrap::Delegate {
|
| public:
|
| TestingDelegate() : passed_(false) {}
|
|
|
| - virtual void OnPipeAvailable(
|
| - mojo::embedder::ScopedPlatformHandle handle) override;
|
| - virtual void OnBootstrapError() override;
|
| + void OnPipeAvailable(mojo::embedder::ScopedPlatformHandle handle) override;
|
| + void OnBootstrapError() override;
|
|
|
| bool passed() const { return passed_; }
|
|
|
|
|