Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Unified Diff: mojo/examples/apptest/example_client_application.h

Issue 617503003: Mojo: MOJO_OVERRIDE -> override in mojo/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/examples/apptest/example_apptest.cc ('k') | mojo/examples/apptest/example_client_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « mojo/examples/apptest/example_apptest.cc ('k') | mojo/examples/apptest/example_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698