| Index: chrome/browser/profile_resetter/automatic_profile_resetter.cc
|
| ===================================================================
|
| --- chrome/browser/profile_resetter/automatic_profile_resetter.cc (revision 285608)
|
| +++ chrome/browser/profile_resetter/automatic_profile_resetter.cc (working copy)
|
| @@ -106,8 +106,7 @@
|
| DCHECK(hash_seed);
|
| #if defined(GOOGLE_CHROME_BUILD)
|
| std::map<std::string, std::string> params;
|
| - chrome_variations::GetVariationParams(kAutomaticProfileResetStudyName,
|
| - ¶ms);
|
| + variations::GetVariationParams(kAutomaticProfileResetStudyName, ¶ms);
|
| if (params.count(kAutomaticProfileResetStudyProgramParameterName) &&
|
| params.count(kAutomaticProfileResetStudyHashSeedParameterName)) {
|
| program->swap(params[kAutomaticProfileResetStudyProgramParameterName]);
|
|
|