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

Unified Diff: mojo/examples/apptest/example_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
« no previous file with comments | « mojo/examples/apptest/example_service_application.h ('k') | mojo/examples/aura_demo/aura_demo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/apptest/example_service_impl.h
diff --git a/mojo/examples/apptest/example_service_impl.h b/mojo/examples/apptest/example_service_impl.h
index 727e30fb8fada9bce7f2f87397c051df25fbaedf..18537fae2210ed5734703daa94f2515ff64750ee 100644
--- a/mojo/examples/apptest/example_service_impl.h
+++ b/mojo/examples/apptest/example_service_impl.h
@@ -19,8 +19,8 @@ class ExampleServiceImpl : public InterfaceImpl<ExampleService> {
private:
// InterfaceImpl<ExampleService> overrides.
- virtual void Ping(uint16_t ping_value) MOJO_OVERRIDE;
- virtual void RunCallback(const Callback<void()>& callback) MOJO_OVERRIDE;
+ virtual void Ping(uint16_t ping_value) override;
+ virtual void RunCallback(const Callback<void()>& callback) override;
MOJO_DISALLOW_COPY_AND_ASSIGN(ExampleServiceImpl);
};
« no previous file with comments | « mojo/examples/apptest/example_service_application.h ('k') | mojo/examples/aura_demo/aura_demo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698