Index: mojo/examples/apptest/example_client_application.h |
diff --git a/mojo/examples/apptest/example_client_application.h b/mojo/examples/apptest/example_client_application.h |
index e256d21869e2087a0a3a08a0adb2d7a388e6cd65..c54d2da564d809e4bb125bd677864874017ec4c2 100644 |
--- a/mojo/examples/apptest/example_client_application.h |
+++ b/mojo/examples/apptest/example_client_application.h |
@@ -18,7 +18,7 @@ class ExampleClientApplication : public ApplicationDelegate { |
private: |
// ApplicationDelegate implementation. |
- virtual void Initialize(ApplicationImpl* app) MOJO_OVERRIDE; |
+ virtual void Initialize(ApplicationImpl* app) override; |
MOJO_DISALLOW_COPY_AND_ASSIGN(ExampleClientApplication); |
}; |