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

Unified Diff: mojo/examples/apptest/example_service_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_client_impl.h ('k') | mojo/examples/apptest/example_service_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « mojo/examples/apptest/example_client_impl.h ('k') | mojo/examples/apptest/example_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698