Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / installer / util / advanced_firewall_manager_win_unittest.cc
index 4d96282..dc67e51 100644 (file)
@@ -17,7 +17,7 @@ class AdvancedFirewallManagerTest : public ::testing::Test {
 
  protected:
   // Sets up the test fixture.
-  virtual void SetUp() OVERRIDE {
+  virtual void SetUp() override {
     base::IntegrityLevel level = base::INTEGRITY_UNKNOWN;
     if (!GetProcessIntegrityLevel(base::GetCurrentProcessHandle(), &level) ||
         level != base::HIGH_INTEGRITY) {
@@ -32,7 +32,7 @@ class AdvancedFirewallManagerTest : public ::testing::Test {
   }
 
   // Tears down the test fixture.
-  virtual void TearDown() OVERRIDE {
+  virtual void TearDown() override {
     if (!skip_test_)
       manager_.DeleteAllRules();
   }