Index: mojo/public/cpp/application/tests/service_registry_unittest.cc |
diff --git a/mojo/public/cpp/application/tests/service_registry_unittest.cc b/mojo/public/cpp/application/tests/service_registry_unittest.cc |
index 9749ae400448189b546dad61a86c595f5335c2cb..a0511ffe1b9d606c27236fc75d04f41ed752249f 100644 |
--- a/mojo/public/cpp/application/tests/service_registry_unittest.cc |
+++ b/mojo/public/cpp/application/tests/service_registry_unittest.cc |
@@ -18,7 +18,8 @@ class TestConnector : public ServiceConnectorBase { |
virtual ~TestConnector() { (*delete_count_)++; } |
virtual void ConnectToService( |
const std::string& name, |
- ScopedMessagePipeHandle client_handle) MOJO_OVERRIDE {} |
+ ScopedMessagePipeHandle client_handle) override {} |
+ |
private: |
int* delete_count_; |
}; |