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

Unified Diff: rlz/test/rlz_test_helpers.h

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/mac/lib/rlz_value_store_mac.h ('k') | rlz/win/lib/rlz_value_store_registry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: rlz/test/rlz_test_helpers.h
diff --git a/rlz/test/rlz_test_helpers.h b/rlz/test/rlz_test_helpers.h
index ec067feeca6533891b502f5e7393fb67cf7ac752..827c3983031ff48684374a383f26101244329bdf 100644
--- a/rlz/test/rlz_test_helpers.h
+++ b/rlz/test/rlz_test_helpers.h
@@ -20,8 +20,8 @@
class RlzLibTestNoMachineState : public ::testing::Test {
protected:
- virtual void SetUp() OVERRIDE;
- virtual void TearDown() OVERRIDE;
+ virtual void SetUp() override;
+ virtual void TearDown() override;
#if defined(OS_POSIX)
base::ScopedTempDir temp_dir_;
@@ -34,7 +34,7 @@ class RlzLibTestNoMachineState : public ::testing::Test {
class RlzLibTestBase : public RlzLibTestNoMachineState {
protected:
- virtual void SetUp() OVERRIDE;
+ virtual void SetUp() override;
};
#endif // RLZ_TEST_RLZ_TEST_HELPERS_H
« no previous file with comments | « rlz/mac/lib/rlz_value_store_mac.h ('k') | rlz/win/lib/rlz_value_store_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698