summaryrefslogtreecommitdiffstats
path: root/remoting/base/vlog_net_log.h
diff options
context:
space:
mode:
authordcheng <dcheng@chromium.org>2014-10-21 05:30:14 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-21 12:30:36 +0000
commit562aba59981ae3d648503827d699ae8cbbeb6111 (patch)
tree6c87081fe54abeb19222388174122272a7f4f549 /remoting/base/vlog_net_log.h
parentc24565478f64d1aa4d07e83c69d00bad11fa2665 (diff)
downloadchromium_src-562aba59981ae3d648503827d699ae8cbbeb6111.zip
chromium_src-562aba59981ae3d648503827d699ae8cbbeb6111.tar.gz
chromium_src-562aba59981ae3d648503827d699ae8cbbeb6111.tar.bz2
Standardize usage of virtual/override/final in remoting/
This patch was automatically generated by applying clang fixit hints generated by the plugin to the source tree. BUG=417463 TBR=jamiewalch@chromium.org Review URL: https://codereview.chromium.org/667123002 Cr-Commit-Position: refs/heads/master@{#300472}
Diffstat (limited to 'remoting/base/vlog_net_log.h')
-rw-r--r--remoting/base/vlog_net_log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/base/vlog_net_log.h b/remoting/base/vlog_net_log.h
index 11b14a7..f1c4a2d 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;