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

Unified Diff: chrome/browser/chrome_elf_init_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
« no previous file with comments | « chrome/browser/chrome_browser_main_win.h ('k') | chrome/browser/chrome_select_file_dialog_factory_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_elf_init_unittest_win.cc
diff --git a/chrome/browser/chrome_elf_init_unittest_win.cc b/chrome/browser/chrome_elf_init_unittest_win.cc
index 1bc9e4d8829bef6175ee1ed2c38ff69f8d056b8b..1960aa5483ce30ba34a6f5bc6411d212a2060352 100644
--- a/chrome/browser/chrome_elf_init_unittest_win.cc
+++ b/chrome/browser/chrome_elf_init_unittest_win.cc
@@ -24,9 +24,9 @@ const char kBrowserBlacklistTrialEnabledGroupName[] = "Enabled";
class ChromeBlacklistTrialTest : public testing::Test {
protected:
ChromeBlacklistTrialTest() {}
- virtual ~ChromeBlacklistTrialTest() {}
+ ~ChromeBlacklistTrialTest() override {}
- virtual void SetUp() override {
+ void SetUp() override {
testing::Test::SetUp();
override_manager_.OverrideRegistry(HKEY_CURRENT_USER);
« no previous file with comments | « chrome/browser/chrome_browser_main_win.h ('k') | chrome/browser/chrome_select_file_dialog_factory_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698