| Index: chrome/browser/metrics/field_trial_synchronizer.cc
|
| ===================================================================
|
| --- chrome/browser/metrics/field_trial_synchronizer.cc (revision 97468)
|
| +++ chrome/browser/metrics/field_trial_synchronizer.cc (working copy)
|
| @@ -32,7 +32,7 @@
|
| for (RenderProcessHost::iterator it(RenderProcessHost::AllHostsIterator());
|
| !it.IsAtEnd(); it.Advance()) {
|
| it.GetCurrentValue()->Send(
|
| - new ViewMsg_SetFieldTrialGroup(field_trial_name, group_name));
|
| + new ChromeViewMsg_SetFieldTrialGroup(field_trial_name, group_name));
|
| }
|
| }
|
|
|
|
|