| Index: components/rappor/rappor_metric.h
|
| diff --git a/components/rappor/rappor_metric.h b/components/rappor/rappor_metric.h
|
| index b36252d6c32e31257184c29e3c2222bbe4975758..6445679d8057fbdb0bb49ada46a7e124a4070fc3 100644
|
| --- a/components/rappor/rappor_metric.h
|
| +++ b/components/rappor/rappor_metric.h
|
| @@ -5,9 +5,10 @@
|
| #ifndef COMPONENTS_RAPPOR_RAPPOR_METRIC_H_
|
| #define COMPONENTS_RAPPOR_RAPPOR_METRIC_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/macros.h"
|
| #include "components/rappor/bloom_filter.h"
|
| #include "components/rappor/byte_vector_utils.h"
|
|
|