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

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

Issue 624173002: replace OVERRIDE and FINAL with override and final in chrome/browser/[j-q]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 6 years, 2 months 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 8feabf721c3a1e21d5096cdc6fc6878b82eb8860..b9d59b0bbef64ab36c93289af189127bf9040624 100644
--- a/chrome/browser/metrics/field_trial_synchronizer.h
+++ b/chrome/browser/metrics/field_trial_synchronizer.h
@@ -47,7 +47,7 @@ class FieldTrialSynchronizer
// selected state from the browser process into all the renderer processes.
virtual void OnFieldTrialGroupFinalized(
const std::string& name,
- const std::string& group_name) OVERRIDE;
+ const std::string& group_name) override;
private:
friend class base::RefCountedThreadSafe<FieldTrialSynchronizer>;

Powered by Google App Engine
This is Rietveld 408576698