Index: content/child/child_thread_impl.cc |
diff --git a/content/child/child_thread_impl.cc b/content/child/child_thread_impl.cc |
index c82f7919984240515025f8a1ea767af23b2860a6..013d1d51302d1920edcbe76ec7b463357789c8f5 100644 |
--- a/content/child/child_thread_impl.cc |
+++ b/content/child/child_thread_impl.cc |
@@ -652,8 +652,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() { |