Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / sandbox / mac / dispatch_source_mach_unittest.cc
index 742f14e..a549889 100644 (file)
@@ -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));