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

Unified Diff: chrome/browser/metrics/metrics_log.h

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: fix android 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/metrics_log.h
===================================================================
--- chrome/browser/metrics/metrics_log.h (revision 151037)
+++ chrome/browser/metrics/metrics_log.h (working copy)
@@ -28,7 +28,7 @@
struct ProcessDataSnapshot;
}
-namespace experiments_helper {
+namespace chrome_variations {
struct SelectedGroupId;
}
@@ -132,7 +132,7 @@
// Fills |field_trial_ids| with the list of initialized field trials name and
// group ids.
virtual void GetFieldTrialIds(
- std::vector<experiments_helper::SelectedGroupId>* field_trial_ids) const;
+ std::vector<chrome_variations::SelectedGroupId>* field_trial_ids) const;
private:
FRIEND_TEST_ALL_PREFIXES(MetricsLogTest, ChromeOSStabilityData);

Powered by Google App Engine
This is Rietveld 408576698