Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5098)

Unified Diff: chrome/browser/metrics/field_trial_synchronizer.h

Issue 8612007: Add OVERRIDE to chrome/browser/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698