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

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

Issue 1100223002: Update {virtual,override} to follow C++11 style in chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 8 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 3d847eb2da244fad3778ad2184f5622f5c39b67c..71052b543d574ec9ca2a493d60fb97adc3d4b936 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 {
+ 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 {
+ void TearDown() override {
message_loop_.RunUntilIdle();
// Delete all profiles and ensure their shortcuts got removed.
« no previous file with comments | « chrome/browser/profiles/profile_destroyer_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