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

Unified Diff: cc/debug/unittest_only_benchmark_impl.cc

Issue 657103003: cc: Change scoped_ptr<T>() to nullptr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « cc/debug/unittest_only_benchmark.cc ('k') | cc/input/top_controls_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/debug/unittest_only_benchmark_impl.cc
diff --git a/cc/debug/unittest_only_benchmark_impl.cc b/cc/debug/unittest_only_benchmark_impl.cc
index b249ce344764dbd97ca5a29499d25603be4bf59a..a3b040f0d441f2607cd91974773623bbec8a69c3 100644
--- a/cc/debug/unittest_only_benchmark_impl.cc
+++ b/cc/debug/unittest_only_benchmark_impl.cc
@@ -18,7 +18,7 @@ UnittestOnlyBenchmarkImpl::UnittestOnlyBenchmarkImpl(
UnittestOnlyBenchmarkImpl::~UnittestOnlyBenchmarkImpl() {}
void UnittestOnlyBenchmarkImpl::DidCompleteCommit(LayerTreeHostImpl* host) {
- NotifyDone(scoped_ptr<base::Value>());
+ NotifyDone(nullptr);
}
} // namespace cc
« no previous file with comments | « cc/debug/unittest_only_benchmark.cc ('k') | cc/input/top_controls_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698