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

Unified Diff: chrome/renderer/plugins/plugin_uma.cc

Issue 663333002: Standardize usage of virtual/override/final in chrome/renderer/ (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
« no previous file with comments | « chrome/renderer/plugins/chrome_plugin_placeholder.h ('k') | chrome/renderer/prefetch_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/plugins/plugin_uma.cc
diff --git a/chrome/renderer/plugins/plugin_uma.cc b/chrome/renderer/plugins/plugin_uma.cc
index df26dec99d51722515ed4aab63cfe3bedcbf0e33..a66d26b9380194ca11eb2c724effa03f98244af4 100644
--- a/chrome/renderer/plugins/plugin_uma.cc
+++ b/chrome/renderer/plugins/plugin_uma.cc
@@ -36,9 +36,8 @@ const char* kShockwaveFlashExtensions[] = {".spl", ".swf"};
} // namespace.
class UMASenderImpl : public PluginUMAReporter::UMASender {
- virtual void SendPluginUMA(
- PluginUMAReporter::ReportType report_type,
- PluginUMAReporter::PluginType plugin_type) override;
+ void SendPluginUMA(PluginUMAReporter::ReportType report_type,
+ PluginUMAReporter::PluginType plugin_type) override;
};
void UMASenderImpl::SendPluginUMA(PluginUMAReporter::ReportType report_type,
« no previous file with comments | « chrome/renderer/plugins/chrome_plugin_placeholder.h ('k') | chrome/renderer/prefetch_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698