| 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_;
|
|
|