Index: mojo/examples/apptest/example_client_impl.h |
diff --git a/mojo/examples/apptest/example_client_impl.h b/mojo/examples/apptest/example_client_impl.h |
index 739778c375764fe309601e8b9e9a72ec567aef25..25d817a67b490e98100b774676063fc0d3edca2a 100644 |
--- a/mojo/examples/apptest/example_client_impl.h |
+++ b/mojo/examples/apptest/example_client_impl.h |
@@ -21,7 +21,7 @@ class ExampleClientImpl : public InterfaceImpl<ExampleClient> { |
private: |
// InterfaceImpl<ExampleClient> overrides. |
- virtual void Pong(uint16_t pong_value) MOJO_OVERRIDE; |
+ virtual void Pong(uint16_t pong_value) override; |
int16_t last_pong_value_; |
MOJO_DISALLOW_COPY_AND_ASSIGN(ExampleClientImpl); |