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

Unified Diff: mojo/examples/apptest/example_client_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/examples/apptest/example_client_impl.h
diff --git a/mojo/examples/apptest/example_client_impl.h b/mojo/examples/apptest/example_client_impl.h
index 739778c375764fe309601e8b9e9a72ec567aef25..25d817a67b490e98100b774676063fc0d3edca2a 100644
--- a/mojo/examples/apptest/example_client_impl.h
+++ b/mojo/examples/apptest/example_client_impl.h
@@ -21,7 +21,7 @@ class ExampleClientImpl : public InterfaceImpl<ExampleClient> {
private:
// InterfaceImpl<ExampleClient> overrides.
- virtual void Pong(uint16_t pong_value) MOJO_OVERRIDE;
+ virtual void Pong(uint16_t pong_value) override;
int16_t last_pong_value_;
MOJO_DISALLOW_COPY_AND_ASSIGN(ExampleClientImpl);
« no previous file with comments | « mojo/examples/apptest/example_client_application.h ('k') | mojo/examples/apptest/example_service_application.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698