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

Unified Diff: mojo/services/test_service/test_time_service_impl.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_time_service_impl.h
diff --git a/mojo/services/test_service/test_time_service_impl.h b/mojo/services/test_service/test_time_service_impl.h
index d3ab72caad00e4767b2bf4e24bd7f8dc5679d97d..c9eaea27bb1afaba5f43e16c7872266dbb5c12fc 100644
--- a/mojo/services/test_service/test_time_service_impl.h
+++ b/mojo/services/test_service/test_time_service_impl.h
@@ -24,9 +24,9 @@ class TestTimeServiceImpl : public InterfaceImpl<TestTimeService> {
// |TestTimeService| methods:
virtual void GetPartyTime(
- const mojo::Callback<void(int64_t time_usec)>& callback) MOJO_OVERRIDE;
- virtual void StartTrackingRequests(const mojo::Callback<void()>& callback)
- MOJO_OVERRIDE;
+ const mojo::Callback<void(int64_t time_usec)>& callback) override;
+ virtual void StartTrackingRequests(
+ const mojo::Callback<void()>& callback) override;
private:
ApplicationConnection* application_;
« no previous file with comments | « mojo/services/test_service/test_service_impl.h ('k') | mojo/services/view_manager/view_manager_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698