| 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 8d13fc2e8cb8a59662291e8c8c499624ab1c64e5..e8a849a1c55ee2b2bd4a8c8421ebd49d8b7f8719 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.
|
|
|