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

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

Issue 10151017: Remove the hash fields from FieldTrials. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: header order Created 8 years, 8 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
« no previous file with comments | « base/metrics/field_trial_unittest.cc ('k') | chrome/browser/metrics/metrics_log.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/metrics/metrics_log.h
diff --git a/chrome/browser/metrics/metrics_log.h b/chrome/browser/metrics/metrics_log.h
index b219685b3e297c4b71fb44f2b4b0b319b028e751..1732f0338da6ca84d5cb34e3550ca1b7799e6c69 100644
--- a/chrome/browser/metrics/metrics_log.h
+++ b/chrome/browser/metrics/metrics_log.h
@@ -13,7 +13,6 @@
#include <vector>
#include "base/basictypes.h"
-#include "base/metrics/field_trial.h"
#include "chrome/common/metrics/metrics_log_base.h"
#include "content/public/common/process_type.h"
#include "ui/gfx/size.h"
@@ -29,6 +28,10 @@ namespace tracked_objects {
struct ProcessDataSnapshot;
}
+namespace experiments_helper {
+struct SelectedGroupId;
+}
+
namespace webkit {
struct WebPluginInfo;
}
@@ -107,7 +110,7 @@ class MetricsLog : public MetricsLogBase {
// Fills |field_trial_ids| with the list of initialized field trials name and
// group ids.
virtual void GetFieldTrialIds(
- std::vector<base::FieldTrial::NameGroupId>* field_trial_ids) const;
+ std::vector<experiments_helper::SelectedGroupId>* field_trial_ids) const;
private:
FRIEND_TEST_ALL_PREFIXES(MetricsLogTest, ChromeOSStabilityData);
« no previous file with comments | « base/metrics/field_trial_unittest.cc ('k') | chrome/browser/metrics/metrics_log.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698