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

Unified Diff: chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc

Issue 624173002: replace OVERRIDE and FINAL with override and final in chrome/browser/[j-q]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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
Index: chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc
diff --git a/chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc b/chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc
index f846125fac8c1ce99119794ea405395e096ac379..3d847eb2da244fad3778ad2184f5622f5c39b67c 100644
--- a/chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc
+++ b/chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc
@@ -41,7 +41,7 @@ class ProfileShortcutManagerTest : public testing::Test {
fake_system_desktop_(base::DIR_COMMON_DESKTOP) {
}
- virtual void SetUp() OVERRIDE {
+ virtual void SetUp() override {
CoInitialize(NULL);
TestingBrowserProcess* browser_process =
@@ -59,7 +59,7 @@ class ProfileShortcutManagerTest : public testing::Test {
profile_3_path_ = CreateProfileDirectory(profile_3_name_);
}
- virtual void TearDown() OVERRIDE {
+ virtual void TearDown() override {
message_loop_.RunUntilIdle();
// Delete all profiles and ensure their shortcuts got removed.
« no previous file with comments | « chrome/browser/profiles/profile_manager_unittest.cc ('k') | chrome/browser/profiles/profile_shortcut_manager_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698