Index: chrome/browser/metrics/field_trial_synchronizer.cc |
=================================================================== |
--- chrome/browser/metrics/field_trial_synchronizer.cc (revision 151328) |
+++ chrome/browser/metrics/field_trial_synchronizer.cc (working copy) |
@@ -8,7 +8,7 @@ |
#include "base/logging.h" |
#include "base/threading/thread.h" |
#include "chrome/common/chrome_constants.h" |
-#include "chrome/common/metrics/experiments_helper.h" |
+#include "chrome/common/metrics/variations_util.h" |
#include "chrome/common/render_messages.h" |
#include "content/public/browser/browser_thread.h" |
#include "content/public/browser/render_process_host.h" |
@@ -30,7 +30,7 @@ |
g_field_trial_synchronizer = this; |
base::FieldTrialList::AddObserver(this); |
- experiments_helper::SetChildProcessLoggingExperimentList(); |
+ chrome_variations::SetChildProcessLoggingVariationList(); |
} |
void FieldTrialSynchronizer::NotifyAllRenderers( |
@@ -57,7 +57,7 @@ |
this, |
field_trial_name, |
group_name)); |
- experiments_helper::SetChildProcessLoggingExperimentList(); |
+ chrome_variations::SetChildProcessLoggingVariationList(); |
} |
FieldTrialSynchronizer::~FieldTrialSynchronizer() { |