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

Unified Diff: components/autofill/content/browser/risk/fingerprint.cc

Issue 623133002: replace OVERRIDE and FINAL with override and final in components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: components/autofill/content/browser/risk/fingerprint.cc
diff --git a/components/autofill/content/browser/risk/fingerprint.cc b/components/autofill/content/browser/risk/fingerprint.cc
index 217cdf986b946d259d7a07184cc8521799c611c2..55aa06b65fe9fb61f26f03ee7393104d416694cf 100644
--- a/components/autofill/content/browser/risk/fingerprint.cc
+++ b/components/autofill/content/browser/risk/fingerprint.cc
@@ -202,7 +202,7 @@ class FingerprintDataLoader : public content::GpuDataManagerObserver {
virtual ~FingerprintDataLoader() {}
// content::GpuDataManagerObserver:
- virtual void OnGpuInfoUpdate() OVERRIDE;
+ virtual void OnGpuInfoUpdate() override;
// Callbacks for asynchronously loaded data.
void OnGotFonts(scoped_ptr<base::ListValue> fonts);

Powered by Google App Engine
This is Rietveld 408576698