| Index: components/variations/variations_seed_processor.cc
|
| diff --git a/components/variations/variations_seed_processor.cc b/components/variations/variations_seed_processor.cc
|
| index 8acfa88aa8f84e7aa5f3aab0ef46ace8e8572441..9f19c3fc9052865cbf1ad0d3774c9164c9cdc081 100644
|
| --- a/components/variations/variations_seed_processor.cc
|
| +++ b/components/variations/variations_seed_processor.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "components/variations/variations_seed_processor.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <map>
|
| #include <vector>
|
|
|
| @@ -211,7 +213,7 @@ void VariationsSeedProcessor::CreateTrialFromStudy(
|
| }
|
| }
|
|
|
| - uint32 randomization_seed = 0;
|
| + uint32_t randomization_seed = 0;
|
| base::FieldTrial::RandomizationType randomization_type =
|
| base::FieldTrial::SESSION_RANDOMIZED;
|
| if (study.has_consistency() &&
|
|
|