| Index: remoting/host/desktop_process.cc
|
| diff --git a/remoting/host/desktop_process.cc b/remoting/host/desktop_process.cc
|
| index 44fb8dabd9295e4521f7b70b51758059def7d8fd..50d04674d2f6d53d9ce7894c5f5eab92ea106e5e 100644
|
| --- a/remoting/host/desktop_process.cc
|
| +++ b/remoting/host/desktop_process.cc
|
| @@ -14,6 +14,7 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/strings/string_util.h"
|
| +#include "build/build_config.h"
|
| #include "ipc/ipc_channel_proxy.h"
|
| #include "remoting/base/auto_thread.h"
|
| #include "remoting/base/auto_thread_task_runner.h"
|
| @@ -70,7 +71,7 @@ bool DesktopProcess::OnMessageReceived(const IPC::Message& message) {
|
| return handled;
|
| }
|
|
|
| -void DesktopProcess::OnChannelConnected(int32 peer_pid) {
|
| +void DesktopProcess::OnChannelConnected(int32_t peer_pid) {
|
| DCHECK(caller_task_runner_->BelongsToCurrentThread());
|
|
|
| VLOG(1) << "IPC: desktop <- daemon (" << peer_pid << ")";
|
|
|