| Index: chrome/common/metrics/variations/variations_util_unittest.cc
|
| ===================================================================
|
| --- chrome/common/metrics/variations/variations_util_unittest.cc (revision 151948)
|
| +++ chrome/common/metrics/variations/variations_util_unittest.cc (working copy)
|
| @@ -30,7 +30,7 @@
|
|
|
| class VariationsHelperTest : public ::testing::Test {
|
| public:
|
| - VariationsHelperTest() {
|
| + VariationsHelperTest() : field_trial_list_(NULL) {
|
| // Since the API can only be called on the UI thread, we have to fake that
|
| // we're on it.
|
| ui_thread_.reset(new content::TestBrowserThread(
|
| @@ -49,6 +49,7 @@
|
| int next_year_;
|
|
|
| private:
|
| + base::FieldTrialList field_trial_list_;
|
| MessageLoop message_loop_;
|
| scoped_ptr<content::TestBrowserThread> ui_thread_;
|
| };
|
|
|