| Index: ipc/ipc_test_sink.h
|
| diff --git a/ipc/ipc_test_sink.h b/ipc/ipc_test_sink.h
|
| index 81545526f79dc969a1d5ece7d396677c6cafd8be..13386f107d999d20a151ea5537aa9213c77b1e04 100644
|
| --- a/ipc/ipc_test_sink.h
|
| +++ b/ipc/ipc_test_sink.h
|
| @@ -85,7 +85,7 @@ class TestSink : public Channel {
|
|
|
| #if defined(OS_POSIX) && !defined(OS_NACL)
|
| virtual int GetClientFileDescriptor() const override;
|
| - virtual int TakeClientFileDescriptor() override;
|
| + virtual base::ScopedFD TakeClientFileDescriptor() override;
|
| #endif // defined(OS_POSIX) && !defined(OS_NACL)
|
|
|
| // Used by the source of the messages to send the message to the sink. This
|
|
|