Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / browser / cocoa / system_hotkey_map_unittest.mm
index 5f088fb..6b2652f 100644 (file)
@@ -56,7 +56,7 @@ class SystemHotkeyMapTest : public ::testing::Test {
     ++count_;
   }
 
-  virtual void SetUp() OVERRIDE {
+  virtual void SetUp() override {
     system_hotkey_dictionary_.reset([[NSMutableDictionary alloc] init]);
     system_hotkey_inner_dictionary_.reset([[NSMutableDictionary alloc] init]);
     [system_hotkey_dictionary_ setObject:system_hotkey_inner_dictionary_
@@ -64,7 +64,7 @@ class SystemHotkeyMapTest : public ::testing::Test {
     count_ = 100;
   }
 
-  virtual void TearDown() OVERRIDE {
+  virtual void TearDown() override {
     system_hotkey_dictionary_.reset();
     system_hotkey_inner_dictionary_.reset();
   }