| Index: cloud_print/service/service_state.cc
|
| diff --git a/cloud_print/service/service_state.cc b/cloud_print/service/service_state.cc
|
| index 471b939072947568d2141876eb9465dee1e081d2..33d771dbc9b3e3a0d8b01de269bb89bc03d02d69 100644
|
| --- a/cloud_print/service/service_state.cc
|
| +++ b/cloud_print/service/service_state.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "cloud_print/service/service_state.h"
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/json/json_reader.h"
|
| #include "base/json/json_writer.h"
|
| #include "base/logging.h"
|
| @@ -35,7 +37,7 @@ const char kXmppAuthTokenOptionName[] = "xmpp_auth_token";
|
|
|
| const char kClientLoginUrl[] = "https://www.google.com/accounts/ClientLogin";
|
|
|
| -const int64 kRequestTimeoutMs = 10 * 1000;
|
| +const int64_t kRequestTimeoutMs = 10 * 1000;
|
|
|
| class ServiceStateURLRequestDelegate : public net::URLRequest::Delegate {
|
| public:
|
|
|