| Index: remoting/host/chromoting_messages.h
|
| diff --git a/remoting/host/chromoting_messages.h b/remoting/host/chromoting_messages.h
|
| index 793156bd90ed92e3c5c04d70f33e7ef5dd8b7acc..00bb1b5b6bf939ef035ade349c8f89f8b0fdfaf1 100644
|
| --- a/remoting/host/chromoting_messages.h
|
| +++ b/remoting/host/chromoting_messages.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef REMOTING_HOST_CHROMOTING_MESSAGES_H_
|
| #define REMOTING_HOST_CHROMOTING_MESSAGES_H_
|
|
|
| +#include "base/memory/shared_memory_handle.h"
|
| #include "ipc/ipc_platform_file.h"
|
| #include "net/base/ip_endpoint.h"
|
| #include "remoting/host/chromoting_param_traits.h"
|
| @@ -137,7 +138,7 @@ IPC_MESSAGE_CONTROL0(ChromotingDesktopDaemonMsg_InjectSas)
|
| // Notifies the network process that a shared buffer has been created.
|
| IPC_MESSAGE_CONTROL3(ChromotingDesktopNetworkMsg_CreateSharedBuffer,
|
| int /* id */,
|
| - IPC::PlatformFileForTransit /* handle */,
|
| + base::SharedMemoryHandle /* handle */,
|
| uint32 /* size */)
|
|
|
| // Request the network process to stop using a shared buffer.
|
|
|