| 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 26e5a4f6a28bccb3519c7ec4287762d05c26b63f..f65b35bcc46e632150ed81260da87e92ae7ac23e 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_refptr<ConvertableToTraceFormat>(new MyData()));
|
| +// scoped_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.
|
|
|