| Index: cc/debug/benchmark_instrumentation.cc
|
| diff --git a/cc/debug/benchmark_instrumentation.cc b/cc/debug/benchmark_instrumentation.cc
|
| index ed8fe214fdfa3a6a76db065bf6b12d97aa42f206..c32565ee62230ccc2d71e6d5972337da3ff13012 100644
|
| --- a/cc/debug/benchmark_instrumentation.cc
|
| +++ b/cc/debug/benchmark_instrumentation.cc
|
| @@ -20,7 +20,7 @@ void IssueImplThreadRenderingStatsEvent(const RenderingStats& stats) {
|
| }
|
|
|
| void IssueDisplayRenderingStatsEvent() {
|
| - scoped_ptr<base::trace_event::TracedValue> record_data(
|
| + std::unique_ptr<base::trace_event::TracedValue> record_data(
|
| new base::trace_event::TracedValue());
|
| record_data->SetInteger("frame_count", 1);
|
| TRACE_EVENT_INSTANT1(
|
|
|