Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3921)

Unified Diff: chrome/installer/util/advanced_firewall_manager_win_unittest.cc

Issue 627423002: Replacing the OVERRIDE with override in chrome/installer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch is rebased Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/installer/setup/setup_util_unittest.cc ('k') | chrome/installer/util/callback_work_item.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/advanced_firewall_manager_win_unittest.cc
diff --git a/chrome/installer/util/advanced_firewall_manager_win_unittest.cc b/chrome/installer/util/advanced_firewall_manager_win_unittest.cc
index 4d9628292819e4222ac96b9666b2178149ba7b48..dc67e51fde9f49729f3100f4efa83de8baa3df2b 100644
--- a/chrome/installer/util/advanced_firewall_manager_win_unittest.cc
+++ b/chrome/installer/util/advanced_firewall_manager_win_unittest.cc
@@ -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();
}
« no previous file with comments | « chrome/installer/setup/setup_util_unittest.cc ('k') | chrome/installer/util/callback_work_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698