| Index: components/rappor/sample.h
|
| diff --git a/components/rappor/sample.h b/components/rappor/sample.h
|
| index ed4bda3e58c63c418b41b70bee0c1bffd68482c4..7de0581fcb8dd388fb2b9f07c02f6fa1ec6ac7d8 100644
|
| --- a/components/rappor/sample.h
|
| +++ b/components/rappor/sample.h
|
| @@ -5,10 +5,12 @@
|
| #ifndef COMPONENTS_RAPPOR_SAMPLE_H_
|
| #define COMPONENTS_RAPPOR_SAMPLE_H_
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include <map>
|
| #include <string>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/macros.h"
|
| #include "components/rappor/rappor_parameters.h"
|
|
|
|
|