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

Unified Diff: chrome_elf/ntdll_cache_unittest.cc

Issue 1106533003: Update {virtual,override} to follow C++11 style in chrome_elf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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_elf/create_file/chrome_create_file_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_elf/ntdll_cache_unittest.cc
diff --git a/chrome_elf/ntdll_cache_unittest.cc b/chrome_elf/ntdll_cache_unittest.cc
index a96df6156ab182336b9fb924539a61b6824367b5..d3f3555ab380aa49f484ee787a4c9c2d85daadb3 100644
--- a/chrome_elf/ntdll_cache_unittest.cc
+++ b/chrome_elf/ntdll_cache_unittest.cc
@@ -13,7 +13,7 @@ namespace {
class NTDLLCacheTest : public testing::Test {
protected:
- virtual void SetUp() override {
+ void SetUp() override {
InitCache();
}
« no previous file with comments | « chrome_elf/create_file/chrome_create_file_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698