| Index: content/child/child_thread_impl.cc
|
| diff --git a/content/child/child_thread_impl.cc b/content/child/child_thread_impl.cc
|
| index cccefe597917512c7a51c35b821ba4add9ed0911..680870372ff237286c5b74507a0808bcf7a5da54 100644
|
| --- a/content/child/child_thread_impl.cc
|
| +++ b/content/child/child_thread_impl.cc
|
| @@ -642,8 +642,8 @@ void ChildThreadImpl::OnGetChildProfilerData(int sequence_number) {
|
| tracked_objects::ProcessDataSnapshot process_data;
|
| ThreadData::Snapshot(&process_data);
|
|
|
| - Send(new ChildProcessHostMsg_ChildProfilerData(sequence_number,
|
| - process_data));
|
| + Send(
|
| + new ChildProcessHostMsg_ChildProfilerData(sequence_number, process_data));
|
| }
|
|
|
| void ChildThreadImpl::OnDumpHandles() {
|
|
|