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

Unified Diff: chrome/app/delay_load_hook_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/app/delay_load_hook_unittest_win.cc
diff --git a/chrome/app/delay_load_hook_unittest_win.cc b/chrome/app/delay_load_hook_unittest_win.cc
index ed2adf8d1fd22e68c56da70b738d554b598bf986..8ef56b6d1d60423511a16b52aa7b899d6a4592d6 100644
--- a/chrome/app/delay_load_hook_unittest_win.cc
+++ b/chrome/app/delay_load_hook_unittest_win.cc
@@ -18,7 +18,7 @@ class ChromeDelayLoadHookTest : public testing::Test {
ChromeDelayLoadHookTest() : proc_ptr_(NULL) {
}
- virtual void SetUp() override {
+ void SetUp() override {
SetupInfo("kernel32.dll");
}
« no previous file with comments | « chrome/app/chrome_crash_reporter_client.h ('k') | chrome/browser/apps/app_shim/extension_app_shim_handler_mac_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698