| Index: sandbox/mac/dispatch_source_mach_unittest.cc
|
| diff --git a/sandbox/mac/dispatch_source_mach_unittest.cc b/sandbox/mac/dispatch_source_mach_unittest.cc
|
| index 742f14e5206b183ba7ff4f0a7dc6cfddcf1004d3..a549889f963084da9ac5f3ba8a4a3bf16d2dccee 100644
|
| --- a/sandbox/mac/dispatch_source_mach_unittest.cc
|
| +++ b/sandbox/mac/dispatch_source_mach_unittest.cc
|
| @@ -16,7 +16,7 @@ namespace sandbox {
|
|
|
| class DispatchSourceMachTest : public testing::Test {
|
| public:
|
| - virtual void SetUp() OVERRIDE {
|
| + virtual void SetUp() override {
|
| mach_port_t port = MACH_PORT_NULL;
|
| ASSERT_EQ(KERN_SUCCESS, mach_port_allocate(mach_task_self(),
|
| MACH_PORT_RIGHT_RECEIVE, &port));
|
|
|