| Index: content/common/child_process_host_impl.h
|
| diff --git a/content/common/child_process_host_impl.h b/content/common/child_process_host_impl.h
|
| index dad543b9aefbf28f8ccaeacb77a872e332da1d3a..43e3e2412ca6f11fb3f786c9e4366d02d0213102 100644
|
| --- a/content/common/child_process_host_impl.h
|
| +++ b/content/common/child_process_host_impl.h
|
| @@ -61,7 +61,7 @@ class CONTENT_EXPORT ChildProcessHostImpl : public ChildProcessHost,
|
| virtual bool IsChannelOpening() override;
|
| virtual void AddFilter(IPC::MessageFilter* filter) override;
|
| #if defined(OS_POSIX)
|
| - virtual int TakeClientFileDescriptor() override;
|
| + virtual base::ScopedFD TakeClientFileDescriptor() override;
|
| #endif
|
|
|
| private:
|
|
|