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

Unified Diff: chrome/browser/content_settings/permission_context_base.h

Issue 648653003: Standardize usage of virtual/override/final in chrome/browser/ (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: chrome/browser/content_settings/permission_context_base.h
diff --git a/chrome/browser/content_settings/permission_context_base.h b/chrome/browser/content_settings/permission_context_base.h
index 87b8afc62a8b3cef5ab0036aad37f53b409333ba..48fcac8ce7bca3fa842952276d509c09560959ab 100644
--- a/chrome/browser/content_settings/permission_context_base.h
+++ b/chrome/browser/content_settings/permission_context_base.h
@@ -52,7 +52,7 @@ class PermissionContextBase : public KeyedService {
public:
PermissionContextBase(Profile* profile,
const ContentSettingsType permission_type);
- virtual ~PermissionContextBase();
+ ~PermissionContextBase() override;
// The renderer is requesting permission to push messages.
// When the answer to a permission request has been determined, |callback|

Powered by Google App Engine
This is Rietveld 408576698