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

Unified Diff: chrome/browser/metrics/variations_service.cc

Issue 10795060: Rename all of experiments_helper to variations_helper, including files, namespaces, and various fun… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: rebase Created 8 years, 4 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/metrics/variations_service.cc
===================================================================
--- chrome/browser/metrics/variations_service.cc (revision 151328)
+++ chrome/browser/metrics/variations_service.cc (working copy)
@@ -17,7 +17,7 @@
#include "chrome/browser/metrics/proto/trials_seed.pb.h"
#include "chrome/browser/prefs/pref_service.h"
#include "chrome/common/chrome_switches.h"
-#include "chrome/common/metrics/experiments_helper.h"
+#include "chrome/common/metrics/variations_util.h"
#include "chrome/common/pref_names.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/common/url_fetcher.h"
@@ -459,9 +459,9 @@
if (experiment.has_experiment_id()) {
const VariationID variation_id =
static_cast<VariationID>(experiment.experiment_id());
- experiments_helper::AssociateGoogleVariationIDForce(study.name(),
- experiment.name(),
- variation_id);
+ AssociateGoogleVariationIDForce(study.name(),
+ experiment.name(),
+ variation_id);
}
}

Powered by Google App Engine
This is Rietveld 408576698