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

Unified Diff: tools/android/heap_profiler/heap_profiler_unittest.cc

Issue 631653002: Replacing the OVERRIDE with override in tools folder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Corrected patch-set-1 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 | « tools/android/forwarder2/host_forwarder_main.cc ('k') | tools/gn/action_target_generator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/heap_profiler/heap_profiler_unittest.cc
diff --git a/tools/android/heap_profiler/heap_profiler_unittest.cc b/tools/android/heap_profiler/heap_profiler_unittest.cc
index 65c27006f03e80ecd1edc0bf0f5ae549f53ce6bf..d69af5f7fbb45920f93886a7272dabe9ec558ee7 100644
--- a/tools/android/heap_profiler/heap_profiler_unittest.cc
+++ b/tools/android/heap_profiler/heap_profiler_unittest.cc
@@ -14,9 +14,9 @@ namespace {
class HeapProfilerTest : public testing::Test {
public:
- virtual void SetUp() OVERRIDE { heap_profiler_init(&stats_); }
+ virtual void SetUp() override { heap_profiler_init(&stats_); }
- virtual void TearDown() OVERRIDE {
+ virtual void TearDown() override {
CheckAllocVsStacktaceConsistency();
heap_profiler_cleanup();
}
« no previous file with comments | « tools/android/forwarder2/host_forwarder_main.cc ('k') | tools/gn/action_target_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698