Index: mojo/examples/apptest/example_service_application.h |
diff --git a/mojo/examples/apptest/example_service_application.h b/mojo/examples/apptest/example_service_application.h |
index 249174825dd4f68a1fc01e047b6b203b3a62400e..96843cca540aa4ae93fb199553dc5d1bdd6957b5 100644 |
--- a/mojo/examples/apptest/example_service_application.h |
+++ b/mojo/examples/apptest/example_service_application.h |
@@ -21,8 +21,8 @@ class ExampleServiceApplication : public ApplicationDelegate { |
private: |
// ApplicationDelegate implementation. |
- virtual bool ConfigureIncomingConnection(ApplicationConnection* connection) |
- MOJO_OVERRIDE; |
+ virtual bool ConfigureIncomingConnection( |
+ ApplicationConnection* connection) override; |
InterfaceFactoryImpl<ExampleServiceImpl> example_service_factory_; |