Index: chrome/browser/metrics/field_trial_synchronizer.h |
diff --git a/chrome/browser/metrics/field_trial_synchronizer.h b/chrome/browser/metrics/field_trial_synchronizer.h |
index eb2cc73e415b4a47478cfb69ab99ab9a700c529a..00d5b80d8b0a8da2435c12568181edd0f34d1f4d 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 |