Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / base / process / memory_unittest.cc
index 21b5a5b..afbf5c6 100644 (file)
@@ -182,11 +182,11 @@ class OutOfMemoryTest : public testing::Test {
   }
 
 #if defined(USE_TCMALLOC)
-  virtual void SetUp() OVERRIDE {
+  virtual void SetUp() override {
     tc_set_new_mode(1);
   }
 
-  virtual void TearDown() OVERRIDE {
+  virtual void TearDown() override {
     tc_set_new_mode(0);
   }
 #endif  // defined(USE_TCMALLOC)