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

Unified Diff: mojo/shell/external_application_listener_win.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_listener_win.h
diff --git a/mojo/shell/external_application_listener_win.h b/mojo/shell/external_application_listener_win.h
index 934cd41ac8d20049153a2ec3322be5ee6454e300..8280e75bdc87f0334391cda8d17c0faa204dac22 100644
--- a/mojo/shell/external_application_listener_win.h
+++ b/mojo/shell/external_application_listener_win.h
@@ -18,15 +18,15 @@ namespace shell {
class ExternalApplicationListenerStub : public ExternalApplicationListener {
public:
ExternalApplicationListenerStub();
- virtual ~ExternalApplicationListenerStub() OVERRIDE;
+ virtual ~ExternalApplicationListenerStub() override;
void ListenInBackground(const base::FilePath& listen_socket_path,
- const RegisterCallback& register_callback) OVERRIDE;
+ const RegisterCallback& register_callback) override;
void ListenInBackgroundWithErrorCallback(
const base::FilePath& listen_socket_path,
const RegisterCallback& register_callback,
- const ErrorCallback& error_callback) OVERRIDE;
- void WaitForListening() OVERRIDE;
+ const ErrorCallback& error_callback) override;
+ void WaitForListening() override;
};
} // namespace shell

Powered by Google App Engine
This is Rietveld 408576698