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

Unified Diff: extensions/renderer/messaging_bindings.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
« no previous file with comments | « extensions/renderer/logging_native_handler.h ('k') | extensions/renderer/module_system.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/messaging_bindings.cc
diff --git a/extensions/renderer/messaging_bindings.cc b/extensions/renderer/messaging_bindings.cc
index 860a99e994ab4bcfecc288c9f930cb71503db97e..7902cc08a60953e85d6e7b0cd717ff4d3daec46e 100644
--- a/extensions/renderer/messaging_bindings.cc
+++ b/extensions/renderer/messaging_bindings.cc
@@ -101,7 +101,7 @@ class ExtensionImpl : public ObjectBackedNativeHandler {
base::Bind(&ExtensionImpl::BindToGC, base::Unretained(this)));
}
- virtual ~ExtensionImpl() {}
+ ~ExtensionImpl() override {}
private:
void ClearPortDataAndNotifyDispatcher(int port_id) {
« no previous file with comments | « extensions/renderer/logging_native_handler.h ('k') | extensions/renderer/module_system.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698