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

Unified Diff: chrome/browser/metrics/plugin_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/plugin_metrics_provider.h
diff --git a/chrome/browser/metrics/plugin_metrics_provider.h b/chrome/browser/metrics/plugin_metrics_provider.h
index 17fff4992d5a5726e09b1c5e7c727f361d1c0f1a..acefeb1fa0bc34e3c5c1cb5a43ce8287879c4280 100644
--- a/chrome/browser/metrics/plugin_metrics_provider.h
+++ b/chrome/browser/metrics/plugin_metrics_provider.h
@@ -40,10 +40,10 @@ class PluginMetricsProvider : public metrics::MetricsProvider,
// metrics::MetricsDataProvider:
virtual void ProvideSystemProfileMetrics(
- metrics::SystemProfileProto* system_profile_proto) OVERRIDE;
+ metrics::SystemProfileProto* system_profile_proto) override;
virtual void ProvideStabilityMetrics(
- metrics::SystemProfileProto* system_profile_proto) OVERRIDE;
- virtual void ClearSavedStabilityMetrics() OVERRIDE;
+ metrics::SystemProfileProto* system_profile_proto) override;
+ virtual void ClearSavedStabilityMetrics() override;
// Notifies the provider about an error loading the plugin at |plugin_path|.
void LogPluginLoadingError(const base::FilePath& plugin_path);
@@ -89,11 +89,11 @@ class PluginMetricsProvider : public metrics::MetricsProvider,
// content::BrowserChildProcessObserver:
virtual void BrowserChildProcessHostConnected(
- const content::ChildProcessData& data) OVERRIDE;
+ const content::ChildProcessData& data) override;
virtual void BrowserChildProcessCrashed(
- const content::ChildProcessData& data) OVERRIDE;
+ const content::ChildProcessData& data) override;
virtual void BrowserChildProcessInstanceCreated(
- const content::ChildProcessData& data) OVERRIDE;
+ const content::ChildProcessData& data) override;
PrefService* local_state_;
« no previous file with comments | « chrome/browser/metrics/perf_provider_chromeos.cc ('k') | chrome/browser/metrics/signin_status_metrics_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698