| Index: components/rappor/bloom_filter_unittest.cc
 | 
| diff --git a/components/rappor/bloom_filter_unittest.cc b/components/rappor/bloom_filter_unittest.cc
 | 
| index a7ca069a6e4ecdb16caf316664161d1a1b00bcd8..8f9dbfa9ad253791b80b5c6b32aaeb87c98f80f6 100644
 | 
| --- a/components/rappor/bloom_filter_unittest.cc
 | 
| +++ b/components/rappor/bloom_filter_unittest.cc
 | 
| @@ -4,6 +4,8 @@
 | 
|  
 | 
|  #include "components/rappor/bloom_filter.h"
 | 
|  
 | 
| +#include <stdint.h>
 | 
| +
 | 
|  #include "components/rappor/byte_vector_utils.h"
 | 
|  #include "testing/gtest/include/gtest/gtest.h"
 | 
|  
 | 
| 
 |