commit | 541f66e625f91ff0f51311ec46874bf3a30d1373 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Sep 03 15:00:15 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Sep 03 15:00:15 2013 |
tree | 80d3bab787c5cc0ef750d4fd027fec21b8925071 | |
parent | a9bc66302d1bf9df35ae86d46c6c9b65a8468c33 [diff] [blame] |
Rename TrialsSeed proto to VariationsSeed. This matches to how most of the code / documentation was referring to it already and remains compatible with the existing payload. BUG=none TEST=Existing unit tests. Also, verified manually that a seed received from the server is still accepted and works correctly. [email protected] Review URL: https://codereview.chromium.org/23568004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220943 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/components/variations/variations_seed_processor_unittest.cc b/components/variations/variations_seed_processor_unittest.cc index 6a41ce21..85692f9 100644 --- a/components/variations/variations_seed_processor_unittest.cc +++ b/components/variations/variations_seed_processor_unittest.cc
@@ -396,7 +396,7 @@ const std::string kTrialName = "A"; const std::string kGroup1Name = "Group1"; - TrialsSeed seed; + VariationsSeed seed; Study* study1 = seed.add_study(); study1->set_name(kTrialName); study1->set_default_experiment_name("Default");