| Index: rlz/lib/lib_values.h
|
| diff --git a/rlz/lib/lib_values.h b/rlz/lib/lib_values.h
|
| index 05fbc6b25a1e21a4b730f0eddd20c0971423c97c..742f32f3335fb0a0729f6b06017c0fe2dc335a9c 100644
|
| --- a/rlz/lib/lib_values.h
|
| +++ b/rlz/lib/lib_values.h
|
| @@ -7,7 +7,8 @@
|
| #ifndef RLZ_LIB_LIB_VALUES_H_
|
| #define RLZ_LIB_LIB_VALUES_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stdint.h>
|
| +
|
| #include "rlz/lib/rlz_enums.h"
|
|
|
| namespace rlz_lib {
|
| @@ -75,8 +76,8 @@ extern const char kFinancialServer[];
|
|
|
| extern const int kFinancialPort;
|
|
|
| -extern const int64 kEventsPingInterval;
|
| -extern const int64 kNoEventsPingInterval;
|
| +extern const int64_t kEventsPingInterval;
|
| +extern const int64_t kNoEventsPingInterval;
|
|
|
| extern const char kFinancialPingUserAgent[];
|
| extern const char* kFinancialPingResponseObjects[];
|
|
|