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

Unified Diff: extensions/renderer/logging_native_handler.h

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/guest_view/guest_view_container.h ('k') | extensions/renderer/messaging_bindings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/logging_native_handler.h
diff --git a/extensions/renderer/logging_native_handler.h b/extensions/renderer/logging_native_handler.h
index d307c11e5b47e07f8ac5d93ff439e85216f08e29..052b23d4645666c37465da9c3e108d0bb2634753 100644
--- a/extensions/renderer/logging_native_handler.h
+++ b/extensions/renderer/logging_native_handler.h
@@ -16,7 +16,7 @@ class ScriptContext;
class LoggingNativeHandler : public ObjectBackedNativeHandler {
public:
explicit LoggingNativeHandler(ScriptContext* context);
- virtual ~LoggingNativeHandler();
+ ~LoggingNativeHandler() override;
// Equivalent to CHECK(predicate) << message.
//
« no previous file with comments | « extensions/renderer/guest_view/guest_view_container.h ('k') | extensions/renderer/messaging_bindings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698