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

Unified Diff: chrome/browser/metrics/chrome_stability_metrics_provider.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/chrome_stability_metrics_provider.h
diff --git a/chrome/browser/metrics/chrome_stability_metrics_provider.h b/chrome/browser/metrics/chrome_stability_metrics_provider.h
index 562418292badf553bfcee9bf5178295600d4213e..bb722086c7e5458169ad21a664f8307d115f5d87 100644
--- a/chrome/browser/metrics/chrome_stability_metrics_provider.h
+++ b/chrome/browser/metrics/chrome_stability_metrics_provider.h
@@ -31,11 +31,11 @@ class ChromeStabilityMetricsProvider
virtual ~ChromeStabilityMetricsProvider();
// metrics::MetricsDataProvider:
- virtual void OnRecordingEnabled() OVERRIDE;
- virtual void OnRecordingDisabled() OVERRIDE;
+ virtual void OnRecordingEnabled() override;
+ virtual void OnRecordingDisabled() override;
virtual void ProvideStabilityMetrics(
- metrics::SystemProfileProto* system_profile_proto) OVERRIDE;
- virtual void ClearSavedStabilityMetrics() OVERRIDE;
+ metrics::SystemProfileProto* system_profile_proto) override;
+ virtual void ClearSavedStabilityMetrics() override;
// Registers local state prefs used by this class.
static void RegisterPrefs(PrefRegistrySimple* registry);
@@ -44,11 +44,11 @@ class ChromeStabilityMetricsProvider
// content::NotificationObserver:
virtual void Observe(int type,
const content::NotificationSource& source,
- const content::NotificationDetails& details) OVERRIDE;
+ const content::NotificationDetails& details) override;
// content::BrowserChildProcessObserver:
virtual void BrowserChildProcessCrashed(
- const content::ChildProcessData& data) OVERRIDE;
+ const content::ChildProcessData& data) override;
// Logs the initiation of a page load and uses |web_contents| to do
// additional logging of the type of page loaded.
« no previous file with comments | « chrome/browser/metrics/chrome_metrics_service_client.cc ('k') | chrome/browser/metrics/chromeos_metrics_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698