| Index: components/rappor/sample.cc
 | 
| diff --git a/components/rappor/sample.cc b/components/rappor/sample.cc
 | 
| index 160371865f38431e1df6431147be55c1bbb16065..5b169d86b9ffef9c00fc7626d4e44d62425cbe7a 100644
 | 
| --- a/components/rappor/sample.cc
 | 
| +++ b/components/rappor/sample.cc
 | 
| @@ -20,7 +20,7 @@ Sample::Sample(int32_t cohort_seed, const RapporParameters& parameters)
 | 
|    : parameters_(parameters),
 | 
|      bloom_offset_((cohort_seed % parameters_.num_cohorts) *
 | 
|            parameters_.bloom_filter_hash_function_count) {
 | 
| -  // Must use bloom filter size that fits in uint64.
 | 
| +  // Must use bloom filter size that fits in uint64_t.
 | 
|    DCHECK_LE(parameters_.bloom_filter_size_bytes, 8);
 | 
|  }
 | 
|  
 | 
| 
 |