| Index: remoting/host/win/wts_session_process_delegate.h
|
| diff --git a/remoting/host/win/wts_session_process_delegate.h b/remoting/host/win/wts_session_process_delegate.h
|
| index e99db6766d3a61dc1a407c79bf7e1c2f7e969ed1..f3f3e09fbdad46cd3bbf21daa27c7cdb891e1867 100644
|
| --- a/remoting/host/win/wts_session_process_delegate.h
|
| +++ b/remoting/host/win/wts_session_process_delegate.h
|
| @@ -5,8 +5,10 @@
|
| #ifndef REMOTING_HOST_WIN_WTS_SESSION_PROCESS_DELEGATE_H_
|
| #define REMOTING_HOST_WIN_WTS_SESSION_PROCESS_DELEGATE_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stdint.h>
|
| +
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/threading/non_thread_safe.h"
|
| @@ -37,7 +39,7 @@ class WtsSessionProcessDelegate
|
| ~WtsSessionProcessDelegate() override;
|
|
|
| // Initializes the object returning true on success.
|
| - bool Initialize(uint32 session_id);
|
| + bool Initialize(uint32_t session_id);
|
|
|
| // WorkerProcessLauncher::Delegate implementation.
|
| void LaunchProcess(WorkerProcessLauncher* event_handler) override;
|
|
|