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

Unified Diff: remoting/base/vlog_net_log.h

Issue 667123002: Standardize usage of virtual/override/final in remoting/ (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 | « remoting/base/url_request_context_getter.h ('k') | remoting/base/vlog_net_log.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/vlog_net_log.h
diff --git a/remoting/base/vlog_net_log.h b/remoting/base/vlog_net_log.h
index 11b14a773e2a845347fdf7efcd3167bfa0086526..f1c4a2db198175de67c838a77148072bd3a1adc6 100644
--- a/remoting/base/vlog_net_log.h
+++ b/remoting/base/vlog_net_log.h
@@ -17,7 +17,7 @@ namespace remoting {
class VlogNetLog : public net::NetLog {
public:
VlogNetLog();
- virtual ~VlogNetLog();
+ ~VlogNetLog() override;
private:
class Observer;
« no previous file with comments | « remoting/base/url_request_context_getter.h ('k') | remoting/base/vlog_net_log.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698