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

Unified Diff: content/browser/permissions/permission_service_impl.h

Issue 823713002: Standardize usage of virtual/override/final specifiers in content/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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: content/browser/permissions/permission_service_impl.h
diff --git a/content/browser/permissions/permission_service_impl.h b/content/browser/permissions/permission_service_impl.h
index 75ff85c1a1d9ebfc19b5241425d1b4ec45de83b5..d9faa41bc1e8904f665fd05839d76470b01bd6ad 100644
--- a/content/browser/permissions/permission_service_impl.h
+++ b/content/browser/permissions/permission_service_impl.h
@@ -23,7 +23,7 @@ namespace content {
// WebContents for example.
class PermissionServiceImpl : public mojo::InterfaceImpl<PermissionService> {
public:
- virtual ~PermissionServiceImpl();
+ ~PermissionServiceImpl() override;
// Clear pending permissions associated with a given frame and request the
// browser to cancel the permission requests.
« no previous file with comments | « content/browser/permissions/permission_service_context.h ('k') | content/browser/power_usage_monitor_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698