| Index: components/rappor/byte_vector_utils.h
|
| diff --git a/components/rappor/byte_vector_utils.h b/components/rappor/byte_vector_utils.h
|
| index f4c6b462dfcbf8923289ea65098c7bef673da62b..73775528044ab18117d5861813d9e86c2c2c08a6 100644
|
| --- a/components/rappor/byte_vector_utils.h
|
| +++ b/components/rappor/byte_vector_utils.h
|
| @@ -5,9 +5,11 @@
|
| #ifndef COMPONENTS_RAPPOR_BYTE_VECTOR_UTILS_H_
|
| #define COMPONENTS_RAPPOR_BYTE_VECTOR_UTILS_H_
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/macros.h"
|
| #include "components/rappor/rappor_parameters.h"
|
| #include "crypto/hmac.h"
|
|
|