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

Unified Diff: mojo/shell/run.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
Index: mojo/shell/run.cc
diff --git a/mojo/shell/run.cc b/mojo/shell/run.cc
index 3cdb7043f4a9d8b24029cdbc96467bf3c8cd6374..97d36eb566617baa515fd622f4cb8f747a6d89a7 100644
--- a/mojo/shell/run.cc
+++ b/mojo/shell/run.cc
@@ -13,10 +13,9 @@ namespace shell {
class StubServiceProvider : public InterfaceImpl<ServiceProvider> {
private:
- virtual void ConnectToService(const mojo::String& service_name,
- ScopedMessagePipeHandle client_handle)
- MOJO_OVERRIDE {
- }
+ virtual void ConnectToService(
+ const mojo::String& service_name,
+ ScopedMessagePipeHandle client_handle) override {}
};
« no previous file with comments | « mojo/shell/incoming_connection_listener_unittest.cc ('k') | mojo/tools/package_manager/package_manager_application.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698