| Index: third_party/modp_b64/modp_b64_data.h
|
| diff --git a/third_party/modp_b64/modp_b64_data.h b/third_party/modp_b64/modp_b64_data.h
|
| index aca6f0fb0ef6649b721eee4394a30b5bcbfd022c..fb85890d9daa7df2c2c87b7a11148f79835bb46d 100644
|
| --- a/third_party/modp_b64/modp_b64_data.h
|
| +++ b/third_party/modp_b64/modp_b64_data.h
|
| @@ -1,14 +1,5 @@
|
| #include "build/build_config.h"
|
| -#if !defined(COMPILER_MSVC)
|
| #include <stdint.h>
|
| -#else
|
| -// VC8 doesn't have stdint.h. On the other hand, some compilers don't like
|
| -// the below code, because basictypes.h itself includes stdint.h and the
|
| -// typedefs below can cause conflicts.
|
| -#include "base/basictypes.h"
|
| -typedef uint8 uint8_t;
|
| -typedef uint32 uint32_t;
|
| -#endif
|
|
|
| #define CHAR62 '+'
|
| #define CHAR63 '/'
|
|
|