summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_test_sink.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipc_test_sink.h')
-rw-r--r--ipc/ipc_test_sink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_test_sink.h b/ipc/ipc_test_sink.h
index 8154552..13386f1 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