| Index: cc/resources/task_graph_runner_perftest.cc
|
| diff --git a/cc/resources/task_graph_runner_perftest.cc b/cc/resources/task_graph_runner_perftest.cc
|
| index bfa4ebe8ac3eaf3d2e0ea25050232bc3c8c4bf6a..533ea4ba264cd9d2f10dd74973aa70993f22f64f 100644
|
| --- a/cc/resources/task_graph_runner_perftest.cc
|
| +++ b/cc/resources/task_graph_runner_perftest.cc
|
| @@ -49,7 +49,7 @@ class TaskGraphRunnerPerfTest : public testing::Test {
|
| task_graph_runner_ = make_scoped_ptr(new TaskGraphRunner);
|
| namespace_token_ = task_graph_runner_->GetNamespaceToken();
|
| }
|
| - virtual void TearDown() OVERRIDE { task_graph_runner_.reset(); }
|
| + virtual void TearDown() OVERRIDE { task_graph_runner_ = nullptr; }
|
|
|
| void AfterTest(const std::string& test_name) {
|
| // Format matches chrome/test/perf/perf_test.h:PrintResult
|
|
|