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

Unified Diff: sandbox/mac/xpc_message_server_unittest.cc

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/xpc_message_server.h ('k') | sandbox/win/src/broker_services.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/mac/xpc_message_server_unittest.cc
diff --git a/sandbox/mac/xpc_message_server_unittest.cc b/sandbox/mac/xpc_message_server_unittest.cc
index 2e2a9ab7b808d42ee87150b48ea177f21fd5458c..af8280e4a21b493a798a390bdca358bcae693e09 100644
--- a/sandbox/mac/xpc_message_server_unittest.cc
+++ b/sandbox/mac/xpc_message_server_unittest.cc
@@ -22,7 +22,7 @@ namespace sandbox {
class XPCMessageServerTest : public testing::Test {
public:
- virtual void SetUp() OVERRIDE {
+ virtual void SetUp() override {
if (!RunXPCTest())
return;
ASSERT_TRUE(InitializeXPC());
@@ -68,7 +68,7 @@ class BlockDemuxer : public MessageDemuxer {
return true;
}
- virtual void DemuxMessage(IPCMessage request) OVERRIDE {
+ virtual void DemuxMessage(IPCMessage request) override {
demux_block_(request);
}
« no previous file with comments | « sandbox/mac/xpc_message_server.h ('k') | sandbox/win/src/broker_services.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698