| Index: chrome/browser/metrics/metrics_log_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/metrics/metrics_log_unittest.cc (revision 151328)
|
| +++ chrome/browser/metrics/metrics_log_unittest.cc (working copy)
|
| @@ -13,7 +13,7 @@
|
| #include "chrome/browser/metrics/metrics_log.h"
|
| #include "chrome/browser/prefs/browser_prefs.h"
|
| #include "chrome/browser/prefs/pref_service.h"
|
| -#include "chrome/common/metrics/experiments_helper.h"
|
| +#include "chrome/common/metrics/variations_util.h"
|
| #include "chrome/common/metrics/proto/profiler_event.pb.h"
|
| #include "chrome/common/metrics/proto/system_profile.pb.h"
|
| #include "chrome/common/pref_names.h"
|
| @@ -36,7 +36,7 @@
|
| const int kScreenWidth = 1024;
|
| const int kScreenHeight = 768;
|
| const int kScreenCount = 3;
|
| -const experiments_helper::SelectedGroupId kFieldTrialIds[] = {
|
| +const chrome_variations::SelectedGroupId kFieldTrialIds[] = {
|
| {37, 43},
|
| {13, 47},
|
| {23, 17}
|
| @@ -75,7 +75,7 @@
|
| }
|
|
|
| virtual void GetFieldTrialIds(
|
| - std::vector<experiments_helper::SelectedGroupId>* field_trial_ids) const
|
| + std::vector<chrome_variations::SelectedGroupId>* field_trial_ids) const
|
| OVERRIDE {
|
| ASSERT_TRUE(field_trial_ids->empty());
|
|
|
|
|