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

Unified Diff: mojo/examples/echo/echo_client.cc

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/demo_launcher/demo_launcher.cc ('k') | mojo/examples/echo/echo_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/echo/echo_client.cc
diff --git a/mojo/examples/echo/echo_client.cc b/mojo/examples/echo/echo_client.cc
index c04538233ac17a44bef88a76849d40d0837c586a..2eeae0d2cc897f789a973f624c5db08b09e4d387 100644
--- a/mojo/examples/echo/echo_client.cc
+++ b/mojo/examples/echo/echo_client.cc
@@ -25,7 +25,7 @@ class ResponsePrinter {
class EchoClientDelegate : public ApplicationDelegate {
public:
- virtual void Initialize(ApplicationImpl* app) MOJO_OVERRIDE {
+ virtual void Initialize(ApplicationImpl* app) override {
app->ConnectToService("mojo:mojo_echo_service", &echo_service_);
echo_service_->EchoString("hello world", ResponsePrinter());
« no previous file with comments | « mojo/examples/demo_launcher/demo_launcher.cc ('k') | mojo/examples/echo/echo_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698