Index: remoting/host/ipc_util.h |
diff --git a/remoting/host/ipc_util.h b/remoting/host/ipc_util.h |
index 78b72711b03bca8896addde956d0c119cba3e62e..09c08fde85c64174e5467a7b1e3ad8be78b7b6f2 100644 |
--- a/remoting/host/ipc_util.h |
+++ b/remoting/host/ipc_util.h |
@@ -18,6 +18,7 @@ |
#endif // defined(OS_WIN) |
namespace base { |
+class File; |
class SingleThreadTaskRunner; |
} // namespace base |
@@ -36,7 +37,7 @@ namespace remoting { |
bool CreateConnectedIpcChannel( |
scoped_refptr<base::SingleThreadTaskRunner> io_task_runner, |
IPC::Listener* listener, |
- IPC::PlatformFileForTransit* client_out, |
+ base::File* client_out, |
scoped_ptr<IPC::ChannelProxy>* server_out); |
#if defined(OS_WIN) |