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

Unified Diff: rlz/lib/rlz_lib_test.cc

Issue 633353002: Replace OVERRIDE with its C++11 counterparts in src/rlz (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
« no previous file with comments | « rlz/lib/financial_ping.cc ('k') | rlz/mac/lib/rlz_value_store_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: rlz/lib/rlz_lib_test.cc
diff --git a/rlz/lib/rlz_lib_test.cc b/rlz/lib/rlz_lib_test.cc
index 10cf3def7211eb67ea19a5a52554cea0d4b5bf61..a6e1f5dd02f58b06c3b0db5831150d362f58b010 100644
--- a/rlz/lib/rlz_lib_test.cc
+++ b/rlz/lib/rlz_lib_test.cc
@@ -838,7 +838,7 @@ TEST_F(RlzLibTest, BrandingWithStatefulEvents) {
#if defined(OS_POSIX)
class ReadonlyRlzDirectoryTest : public RlzLibTestNoMachineState {
protected:
- virtual void SetUp() OVERRIDE;
+ virtual void SetUp() override;
};
void ReadonlyRlzDirectoryTest::SetUp() {
« no previous file with comments | « rlz/lib/financial_ping.cc ('k') | rlz/mac/lib/rlz_value_store_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698