| Index: net/cert/internal/parse_certificate.h
|
| diff --git a/net/cert/internal/parse_certificate.h b/net/cert/internal/parse_certificate.h
|
| index 75f7700741e57d263198aeb71392baa711933226..e7a1670af1b5bb9f6452ecedf5d454bf8df01d2b 100644
|
| --- a/net/cert/internal/parse_certificate.h
|
| +++ b/net/cert/internal/parse_certificate.h
|
| @@ -5,9 +5,10 @@
|
| #ifndef NET_CERT_INTERNAL_PARSE_CERTIFICATE_H_
|
| #define NET_CERT_INTERNAL_PARSE_CERTIFICATE_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <map>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| #include "net/base/net_export.h"
|
| #include "net/der/input.h"
|
|
|