| Index: components/variations/variations_seed_processor.h
|
| diff --git a/components/variations/variations_seed_processor.h b/components/variations/variations_seed_processor.h
|
| index f7199bef883d3078e78164b1a9c932892193a5b3..a7ddd5c3118ac04daf641ac576cf782a311bea4d 100644
|
| --- a/components/variations/variations_seed_processor.h
|
| +++ b/components/variations/variations_seed_processor.h
|
| @@ -5,12 +5,15 @@
|
| #ifndef COMPONENTS_VARIATIONS_VARIATIONS_SEED_PROCESSOR_H_
|
| #define COMPONENTS_VARIATIONS_VARIATIONS_SEED_PROCESSOR_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/callback_forward.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/gtest_prod_util.h"
|
| +#include "base/macros.h"
|
| #include "base/metrics/field_trial.h"
|
| #include "base/strings/string16.h"
|
| #include "base/time/time.h"
|
|
|