| Index: base/trace_event/common/trace_event_common.h
|
| diff --git a/base/trace_event/common/trace_event_common.h b/base/trace_event/common/trace_event_common.h
|
| index 0b549d43d70799884c33499d64a67e5a0aa22d0f..7a1533ed822e884005234aa66bce588dec44299c 100644
|
| --- a/base/trace_event/common/trace_event_common.h
|
| +++ b/base/trace_event/common/trace_event_common.h
|
| @@ -156,7 +156,7 @@
|
| // };
|
| //
|
| // TRACE_EVENT1("foo", "bar", "data",
|
| -// scoped_ptr<ConvertableToTraceFormat>(new MyData()));
|
| +// std::unique_ptr<ConvertableToTraceFormat>(new MyData()));
|
| //
|
| // The trace framework will take ownership if the passed pointer and it will
|
| // be free'd when the trace buffer is flushed.
|
|
|