Index: cc/debug/unittest_only_benchmark.cc |
diff --git a/cc/debug/unittest_only_benchmark.cc b/cc/debug/unittest_only_benchmark.cc |
index aa81439cef50238cffbbf500966daf6545792b90..2bd5be99d98f21bd159bcd16480dd1a69a1ae86d 100644 |
--- a/cc/debug/unittest_only_benchmark.cc |
+++ b/cc/debug/unittest_only_benchmark.cc |
@@ -33,7 +33,7 @@ UnittestOnlyBenchmark::~UnittestOnlyBenchmark() { |
} |
void UnittestOnlyBenchmark::DidUpdateLayers(LayerTreeHost* host) { |
- NotifyDone(scoped_ptr<base::Value>()); |
+ NotifyDone(nullptr); |
} |
bool UnittestOnlyBenchmark::ProcessMessage(scoped_ptr<base::Value> value) { |