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

Unified Diff: sandbox/mac/launchd_interception_server.h

Issue 628233002: replace OVERRIDE and FINAL with override and final in sandbox/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « sandbox/mac/dispatch_source_mach_unittest.cc ('k') | sandbox/mac/mach_message_server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/mac/launchd_interception_server.h
diff --git a/sandbox/mac/launchd_interception_server.h b/sandbox/mac/launchd_interception_server.h
index 4d5f9dbc58f3c9f1874a58f080b6e839976ba1eb..67baae0074980f18c5531f3cfbb572fb6f1b111b 100644
--- a/sandbox/mac/launchd_interception_server.h
+++ b/sandbox/mac/launchd_interception_server.h
@@ -33,7 +33,7 @@ class LaunchdInterceptionServer : public MessageDemuxer {
bool Initialize(mach_port_t server_receive_right);
// MessageDemuxer:
- virtual void DemuxMessage(IPCMessage request) OVERRIDE;
+ virtual void DemuxMessage(IPCMessage request) override;
mach_port_t server_port() const { return message_server_->GetServerPort(); }
« no previous file with comments | « sandbox/mac/dispatch_source_mach_unittest.cc ('k') | sandbox/mac/mach_message_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698