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 a071d66a7e8fe7705d0d9c5b0ed5e0f07ad218e2..8bffd8877e58efc2df3b2224a6eb3c79079284b5 100644 |
--- a/ipc/mojo/ipc_mojo_bootstrap_unittest.cc |
+++ b/ipc/mojo/ipc_mojo_bootstrap_unittest.cc |
@@ -23,8 +23,9 @@ |
public: |
TestingDelegate() : passed_(false) {} |
- void OnPipeAvailable(mojo::embedder::ScopedPlatformHandle handle) override; |
- void OnBootstrapError() override; |
+ virtual void OnPipeAvailable( |
+ mojo::embedder::ScopedPlatformHandle handle) override; |
+ virtual void OnBootstrapError() override; |
bool passed() const { return passed_; } |