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

Unified Diff: mojo/services/test_service/test_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
Index: mojo/services/test_service/test_service_application.h
diff --git a/mojo/services/test_service/test_service_application.h b/mojo/services/test_service/test_service_application.h
index 06d24746b57ab9e77e82a0686f3260ec00481759..47743a18bf5edf05ee15301cb8bbb68bc689ce3b 100644
--- a/mojo/services/test_service/test_service_application.h
+++ b/mojo/services/test_service/test_service_application.h
@@ -24,16 +24,16 @@ class TestServiceApplication : public ApplicationDelegate,
virtual ~TestServiceApplication();
// ApplicationDelegate implementation.
- virtual bool ConfigureIncomingConnection(ApplicationConnection* connection)
- MOJO_OVERRIDE;
+ virtual bool ConfigureIncomingConnection(
+ ApplicationConnection* connection) override;
// InterfaceFactory<TestService> implementation.
virtual void Create(ApplicationConnection* connection,
- InterfaceRequest<TestService> request) MOJO_OVERRIDE;
+ InterfaceRequest<TestService> request) override;
// InterfaceFactory<TestTimeService> implementation.
virtual void Create(ApplicationConnection* connection,
- InterfaceRequest<TestTimeService> request) MOJO_OVERRIDE;
+ InterfaceRequest<TestTimeService> request) override;
void AddRef();
void ReleaseRef();
« no previous file with comments | « mojo/services/test_service/test_request_tracker_impl.h ('k') | mojo/services/test_service/test_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698