Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / about_flags_unittest.cc
index a666043..32fb1de 100644 (file)
@@ -292,7 +292,7 @@ class AboutFlagsTest : public ::testing::Test {
     testing::ClearState();
   }
 
-  virtual void SetUp() OVERRIDE {
+  void SetUp() override {
     for (size_t i = 0; i < arraysize(kExperiments); ++i)
       kExperiments[i].supported_platforms = GetCurrentPlatform();
 
@@ -304,9 +304,7 @@ class AboutFlagsTest : public ::testing::Test {
     testing::SetExperiments(kExperiments, arraysize(kExperiments));
   }
 
-  virtual void TearDown() OVERRIDE {
-    testing::SetExperiments(NULL, 0);
-  }
+  void TearDown() override { testing::SetExperiments(NULL, 0); }
 
   TestingPrefServiceSimple prefs_;
   PrefServiceFlagsStorage flags_storage_;