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

Unified Diff: extensions/common/manifest_handlers/permissions_parser.cc

Issue 664933004: Standardize usage of virtual/override/final in extensions/ (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: extensions/common/manifest_handlers/permissions_parser.cc
diff --git a/extensions/common/manifest_handlers/permissions_parser.cc b/extensions/common/manifest_handlers/permissions_parser.cc
index 4e12112bb094cf70546de1b1b38c6d03f3359b48..0b08ef9345673bb9d1ee0eed71b666592536214a 100644
--- a/extensions/common/manifest_handlers/permissions_parser.cc
+++ b/extensions/common/manifest_handlers/permissions_parser.cc
@@ -33,7 +33,7 @@ namespace errors = manifest_errors;
struct ManifestPermissions : public Extension::ManifestData {
ManifestPermissions(scoped_refptr<const PermissionSet> permissions);
- virtual ~ManifestPermissions();
+ ~ManifestPermissions() override;
scoped_refptr<const PermissionSet> permissions;
};
« no previous file with comments | « extensions/common/manifest_handlers/options_page_info.h ('k') | extensions/common/manifest_handlers/requirements_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698