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

Unified Diff: snapshot/system_snapshot_mac_test.cc

Issue 654933002: Use exactly one of final, override, and virtual (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: git grep -E '^ {3,}.*override[ 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 | « snapshot/system_snapshot_mac.h ('k') | snapshot/thread_snapshot_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snapshot/system_snapshot_mac_test.cc
diff --git a/snapshot/system_snapshot_mac_test.cc b/snapshot/system_snapshot_mac_test.cc
index bce1137d4efac06906317dff4fc869122be57c39..bc910aa83e833b87c315c8c5caa48db43e2dea73 100644
--- a/snapshot/system_snapshot_mac_test.cc
+++ b/snapshot/system_snapshot_mac_test.cc
@@ -48,7 +48,7 @@ class SystemSnapshotMacTest : public testing::Test {
}
// testing::Test:
- virtual void SetUp() override {
+ void SetUp() override {
ASSERT_TRUE(process_reader_.Initialize(mach_task_self()));
ASSERT_EQ(0, gettimeofday(&snapshot_time_, NULL))
<< ErrnoMessage("gettimeofday");
« no previous file with comments | « snapshot/system_snapshot_mac.h ('k') | snapshot/thread_snapshot_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698