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

Unified Diff: mojo/shell/external_application_registrar_connection.h

Issue 619493002: Mojo: Convert OVERRIDE -> override in various subdirectories of mojo/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/external_application_registrar_connection.h
diff --git a/mojo/shell/external_application_registrar_connection.h b/mojo/shell/external_application_registrar_connection.h
index 19f47d711ad6258745eeda0b5ab8e7f16919252b..38b66fccabd04df66a41ac69603bfe89e8e2f836 100644
--- a/mojo/shell/external_application_registrar_connection.h
+++ b/mojo/shell/external_application_registrar_connection.h
@@ -32,7 +32,7 @@ class ExternalApplicationRegistrarConnection : public ErrorHandler {
virtual ~ExternalApplicationRegistrarConnection();
// Implementation of ErrorHandler
- virtual void OnConnectionError() OVERRIDE;
+ virtual void OnConnectionError() override;
// Connects client_socket_ and binds it to registrar_.
// Status code is passed to callback upon success or failure.

Powered by Google App Engine
This is Rietveld 408576698