| Index: components/rappor/bloom_filter.h
 | 
| diff --git a/components/rappor/bloom_filter.h b/components/rappor/bloom_filter.h
 | 
| index 20adfab5fcea0750c0cd211b16cc1a4f91005efb..5559eb8db68fdb1cf5b607b50d236cdc1aabb3b2 100644
 | 
| --- a/components/rappor/bloom_filter.h
 | 
| +++ b/components/rappor/bloom_filter.h
 | 
| @@ -5,9 +5,10 @@
 | 
|  #ifndef COMPONENTS_RAPPOR_BLOOM_FILTER_H_
 | 
|  #define COMPONENTS_RAPPOR_BLOOM_FILTER_H_
 | 
|  
 | 
| +#include <stdint.h>
 | 
| +
 | 
|  #include <string>
 | 
|  
 | 
| -#include "base/basictypes.h"
 | 
|  #include "base/macros.h"
 | 
|  #include "components/rappor/byte_vector_utils.h"
 | 
|  
 | 
| 
 |