| Index: remoting/host/desktop_process.h
|
| diff --git a/remoting/host/desktop_process.h b/remoting/host/desktop_process.h
|
| index 2710504b20fec89ef04bd5fb6aaf3aadf4507d11..42467245b098bb6d16d19cfb20081a475ea7a5dd 100644
|
| --- a/remoting/host/desktop_process.h
|
| +++ b/remoting/host/desktop_process.h
|
| @@ -5,11 +5,13 @@
|
| #ifndef REMOTING_HOST_DESKTOP_PROCESS_H_
|
| #define REMOTING_HOST_DESKTOP_PROCESS_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/callback_forward.h"
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| @@ -43,7 +45,7 @@ class DesktopProcess : public DesktopSessionAgent::Delegate,
|
|
|
| // IPC::Listener implementation.
|
| bool OnMessageReceived(const IPC::Message& message) override;
|
| - void OnChannelConnected(int32 peer_pid) override;
|
| + void OnChannelConnected(int32_t peer_pid) override;
|
| void OnChannelError() override;
|
|
|
| // Injects Secure Attention Sequence.
|
|
|