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

Unified Diff: chrome_elf/ntdll_cache_unittest.cc

Issue 644783004: Replace OVERRIDE with its C++11 counterparts in src/chrome_elf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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_elf/ntdll_cache_unittest.cc
diff --git a/chrome_elf/ntdll_cache_unittest.cc b/chrome_elf/ntdll_cache_unittest.cc
index 3ecc0863431dddf0a0081e3bdd2cbc901e9dacd7..a96df6156ab182336b9fb924539a61b6824367b5 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 {
+ virtual void SetUp() override {
InitCache();
}

Powered by Google App Engine
This is Rietveld 408576698