| Index: components/variations/variations_associated_data.h
|
| diff --git a/components/variations/variations_associated_data.h b/components/variations/variations_associated_data.h
|
| index b60192ea2b3c0a684829b0c01f91dfb33e965708..3c9fa2ce98bd1414a4f68b28d77e2f0506d69ba7 100644
|
| --- a/components/variations/variations_associated_data.h
|
| +++ b/components/variations/variations_associated_data.h
|
| @@ -6,7 +6,9 @@
|
| #define COMPONENTS_VARIATIONS_VARIATIONS_ASSOCIATED_DATA_H_
|
|
|
| #include <map>
|
| +#include <memory>
|
| #include <string>
|
| +#include <vector>
|
|
|
| #include "base/metrics/field_trial.h"
|
| #include "components/variations/active_field_trials.h"
|
| @@ -48,6 +50,7 @@ struct Feature;
|
| namespace variations {
|
|
|
| typedef int VariationID;
|
| +class VariationsHttpHeaderProvider;
|
|
|
| const VariationID EMPTY_ID = 0;
|
|
|
|
|