| Index: remoting/host/win/wts_terminal_observer.h
|
| diff --git a/remoting/host/win/wts_terminal_observer.h b/remoting/host/win/wts_terminal_observer.h
|
| index b7ec9e391dbddae7c2c021e202d0d4cc283f4250..9da16203e9a7f324d9dc77c1f5647e4712ff14a1 100644
|
| --- a/remoting/host/win/wts_terminal_observer.h
|
| +++ b/remoting/host/win/wts_terminal_observer.h
|
| @@ -6,8 +6,9 @@
|
| #define REMOTING_HOST_WIN_WTS_TERMINAL_OBSERVER_H_
|
|
|
| #include <windows.h>
|
| +#include <stdint.h>
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
|
|
| namespace remoting {
|
|
|
| @@ -17,7 +18,7 @@ class WtsTerminalObserver {
|
| virtual ~WtsTerminalObserver() {}
|
|
|
| // Called when |session_id| attaches to the console.
|
| - virtual void OnSessionAttached(uint32 session_id) = 0;
|
| + virtual void OnSessionAttached(uint32_t session_id) = 0;
|
|
|
| // Called when a session detaches from the console.
|
| virtual void OnSessionDetached() = 0;
|
|
|