Index: content/common/child_process_host_impl.cc |
diff --git a/content/common/child_process_host_impl.cc b/content/common/child_process_host_impl.cc |
index a1fa5fc8b0bc557ab21f6b611b1c0c38668abb6c..6bf0d7ec58817b144f4f440c0537051dec3176da 100644 |
--- a/content/common/child_process_host_impl.cc |
+++ b/content/common/child_process_host_impl.cc |
@@ -188,7 +188,7 @@ bool ChildProcessHostImpl::IsChannelOpening() { |
} |
#if defined(OS_POSIX) |
-int ChildProcessHostImpl::TakeClientFileDescriptor() { |
+base::ScopedFD ChildProcessHostImpl::TakeClientFileDescriptor() { |
return channel_->TakeClientFileDescriptor(); |
} |
#endif |