| Index: cc/debug/micro_benchmark.cc
|
| diff --git a/cc/debug/micro_benchmark.cc b/cc/debug/micro_benchmark.cc
|
| index 05c5c0d1a562217dc2b8bd636738deeae309ecd4..64629de165a79a86d09b7b2d4377cc05c0d7f5b3 100644
|
| --- a/cc/debug/micro_benchmark.cc
|
| +++ b/cc/debug/micro_benchmark.cc
|
| @@ -54,7 +54,7 @@ scoped_ptr<MicroBenchmarkImpl> MicroBenchmark::GetBenchmarkImpl(
|
|
|
| scoped_ptr<MicroBenchmarkImpl> MicroBenchmark::CreateBenchmarkImpl(
|
| scoped_refptr<base::MessageLoopProxy> origin_loop) {
|
| - return make_scoped_ptr<MicroBenchmarkImpl>(NULL);
|
| + return make_scoped_ptr<MicroBenchmarkImpl>(nullptr);
|
| }
|
|
|
| } // namespace cc
|
|
|