Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3130)

Unified Diff: chrome/browser/profile_resetter/automatic_profile_resetter.cc

Issue 421663003: Move variations component code to variations namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fix Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
- &params);
+ variations::GetVariationParams(kAutomaticProfileResetStudyName, &params);
if (params.count(kAutomaticProfileResetStudyProgramParameterName) &&
params.count(kAutomaticProfileResetStudyHashSeedParameterName)) {
program->swap(params[kAutomaticProfileResetStudyProgramParameterName]);

Powered by Google App Engine
This is Rietveld 408576698