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

Unified Diff: chrome/browser/plugins/plugins_resource_service.h

Issue 649683010: Standardize usage of virtual/override/final in chrome/browser/plugins (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/browser/plugins/plugin_status_pref_setter.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/plugins/plugins_resource_service.h
diff --git a/chrome/browser/plugins/plugins_resource_service.h b/chrome/browser/plugins/plugins_resource_service.h
index 44f498272b432c09ed3e144ca8da478427866880..f5e7cbcfb0d8ad58088ae8fa23d960c52618684a 100644
--- a/chrome/browser/plugins/plugins_resource_service.h
+++ b/chrome/browser/plugins/plugins_resource_service.h
@@ -21,10 +21,10 @@ class PluginsResourceService : public WebResourceService {
static void RegisterPrefs(PrefRegistrySimple* registry);
private:
- virtual ~PluginsResourceService();
+ ~PluginsResourceService() override;
// WebResourceService override to process the parsed information.
- virtual void Unpack(const base::DictionaryValue& parsed_json) override;
+ void Unpack(const base::DictionaryValue& parsed_json) override;
DISALLOW_COPY_AND_ASSIGN(PluginsResourceService);
};
« no previous file with comments | « chrome/browser/plugins/plugin_status_pref_setter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698