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

Unified Diff: components/metrics/profiler/profiler_metrics_provider.h

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/metrics/profiler/profiler_metrics_provider.h
diff --git a/components/metrics/profiler/profiler_metrics_provider.h b/components/metrics/profiler/profiler_metrics_provider.h
index f9e7e48452672d20de174b76d8536ac672959265..d8bdff3b5ec7cf4cd0614d00548a2828f0b18616 100644
--- a/components/metrics/profiler/profiler_metrics_provider.h
+++ b/components/metrics/profiler/profiler_metrics_provider.h
@@ -24,7 +24,7 @@ class ProfilerMetricsProvider : public MetricsProvider {
// MetricsDataProvider:
virtual void ProvideGeneralMetrics(
- ChromeUserMetricsExtension* uma_proto) OVERRIDE;
+ ChromeUserMetricsExtension* uma_proto) override;
// Records the passed profiled data, which should be a snapshot of the
// browser's profiled performance during startup for a single process.
« no previous file with comments | « components/metrics/net/wifi_access_point_info_provider_chromeos.h ('k') | components/metrics/profiler/tracking_synchronizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698