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

Unified Diff: cc/test/ordered_simple_task_runner_unittest.cc

Issue 817653003: Update from https://crrev.com/309717 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « cc/test/layer_tree_test.cc ('k') | cc/test/pixel_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/ordered_simple_task_runner_unittest.cc
diff --git a/cc/test/ordered_simple_task_runner_unittest.cc b/cc/test/ordered_simple_task_runner_unittest.cc
index 8cafa16d8d58f485023d7439cc25839f3d56adba..568cbb5d6151611fcdf3b5d49c2e48eb9f4311b9 100644
--- a/cc/test/ordered_simple_task_runner_unittest.cc
+++ b/cc/test/ordered_simple_task_runner_unittest.cc
@@ -59,7 +59,7 @@ class OrderedSimpleTaskRunnerTest : public testing::Test {
: now_src_(TestNowSource::Create(base::TimeTicks())) {
task_runner_ = new OrderedSimpleTaskRunner(now_src_, true);
}
- virtual ~OrderedSimpleTaskRunnerTest() {}
+ ~OrderedSimpleTaskRunnerTest() override {}
protected:
std::string executed_tasks_;
« no previous file with comments | « cc/test/layer_tree_test.cc ('k') | cc/test/pixel_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698