Index: mojo/edk/system/incoming_endpoint.h |
diff --git a/mojo/edk/system/incoming_endpoint.h b/mojo/edk/system/incoming_endpoint.h |
index cee34f000e3756b6b6b1db453d8eed7a8e54d5b7..4db7d5a4bd575b89b12e88294464cde9db204540 100644 |
--- a/mojo/edk/system/incoming_endpoint.h |
+++ b/mojo/edk/system/incoming_endpoint.h |
@@ -39,7 +39,7 @@ class MOJO_SYSTEM_IMPL_EXPORT IncomingEndpoint : public ChannelEndpointClient { |
void OnDetachFromChannel(unsigned port) override; |
private: |
- virtual ~IncomingEndpoint(); |
+ ~IncomingEndpoint() override; |
base::Lock lock_; // Protects the following members. |
scoped_refptr<ChannelEndpoint> endpoint_; |