| Index: components/variations/variations_associated_data.cc
|
| diff --git a/components/variations/variations_associated_data.cc b/components/variations/variations_associated_data.cc
|
| index 4f0b471a5d095b6f8ed4b42f85028e017dfadc8c..9a84a32fe64637789f227c36677e3ea92e7210eb 100644
|
| --- a/components/variations/variations_associated_data.cc
|
| +++ b/components/variations/variations_associated_data.cc
|
| @@ -109,7 +109,9 @@ class VariationsParamAssociator {
|
|
|
| // Retrieve the singleton.
|
| static VariationsParamAssociator* GetInstance() {
|
| - return base::Singleton<VariationsParamAssociator>::get();
|
| + return base::Singleton<
|
| + VariationsParamAssociator,
|
| + base::LeakySingletonTraits<VariationsParamAssociator>>::get();
|
| }
|
|
|
| bool AssociateVariationParams(const std::string& trial_name,
|
|
|