| Index: remoting/host/gnubby_auth_handler_posix.cc
|
| diff --git a/remoting/host/gnubby_auth_handler_posix.cc b/remoting/host/gnubby_auth_handler_posix.cc
|
| index 285fd847c5ec614c4a57905d16bc04d7d3a17b7e..a3d67dbafba8a02a66c316bf5c0baf4f39780ad8 100644
|
| --- a/remoting/host/gnubby_auth_handler_posix.cc
|
| +++ b/remoting/host/gnubby_auth_handler_posix.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "remoting/host/gnubby_auth_handler_posix.h"
|
|
|
| +#include <stdint.h>
|
| #include <unistd.h>
|
| #include <utility>
|
|
|
| @@ -37,7 +38,7 @@ const char kGnubbyAuthMessage[] = "gnubby-auth";
|
| const char kGnubbyAuthV1[] = "auth-v1";
|
| const char kMessageType[] = "type";
|
|
|
| -const int64 kDefaultRequestTimeoutSeconds = 60;
|
| +const int64_t kDefaultRequestTimeoutSeconds = 60;
|
|
|
| // The name of the socket to listen for gnubby requests on.
|
| base::LazyInstance<base::FilePath>::Leaky g_gnubby_socket_name =
|
|
|