diff options
Diffstat (limited to 'chrome/browser/metrics/field_trial_synchronizer.h')
| -rw-r--r-- | chrome/browser/metrics/field_trial_synchronizer.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/metrics/field_trial_synchronizer.h b/chrome/browser/metrics/field_trial_synchronizer.h index eb2cc73..00d5b80 100644 --- a/chrome/browser/metrics/field_trial_synchronizer.h +++ b/chrome/browser/metrics/field_trial_synchronizer.h @@ -48,8 +48,9 @@ class FieldTrialSynchronizer // is finalized. This method contacts all renderers (by calling // NotifyAllRenderers) to create a FieldTrial that carries the randomly // selected state from the browser process into all the renderer processes. - virtual void OnFieldTrialGroupFinalized(const std::string& name, - const std::string& group_name); + virtual void OnFieldTrialGroupFinalized( + const std::string& name, + const std::string& group_name) OVERRIDE; private: // This singleton instance should be constructed during the single threaded |
