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

Unified Diff: content/shell/browser/shell_net_log.h

Issue 671663002: Standardize usage of virtual/override/final in content/ (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 | « content/shell/browser/shell_login_dialog.h ('k') | content/shell/browser/shell_network_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/browser/shell_net_log.h
diff --git a/content/shell/browser/shell_net_log.h b/content/shell/browser/shell_net_log.h
index 17387599dfb5c12dba658d694dd276cc2a32aa1f..456622a3d6299682dcb6fe916b554ab66cc9cc86 100644
--- a/content/shell/browser/shell_net_log.h
+++ b/content/shell/browser/shell_net_log.h
@@ -15,7 +15,7 @@ namespace content {
class ShellNetLog : public net::NetLog {
public:
explicit ShellNetLog(const std::string& app_name);
- virtual ~ShellNetLog();
+ ~ShellNetLog() override;
private:
scoped_ptr<net::NetLogLogger> net_log_logger_;
« no previous file with comments | « content/shell/browser/shell_login_dialog.h ('k') | content/shell/browser/shell_network_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698