| Index: third_party/WebKit/Source/platform/TracedValue.h
|
| diff --git a/third_party/WebKit/Source/platform/TracedValue.h b/third_party/WebKit/Source/platform/TracedValue.h
|
| index 0e691da1e95beac2fe62e5ab5dac74af940bab0a..bd93221f85aeee2c923077340818d19f36ef705c 100644
|
| --- a/third_party/WebKit/Source/platform/TracedValue.h
|
| +++ b/third_party/WebKit/Source/platform/TracedValue.h
|
| @@ -51,7 +51,7 @@ private:
|
|
|
| // This will be moved (and become null) when TracedValue is passed to
|
| // EventTracer::addTraceEvent().
|
| - scoped_refptr<base::trace_event::TracedValue> m_tracedValue;
|
| + scoped_ptr<base::trace_event::TracedValue> m_tracedValue;
|
|
|
| friend class EventTracer;
|
| };
|
|
|