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

Unified Diff: ash/system/chromeos/network/network_detailed_view.h

Issue 800983006: Update {virtual,override,final} to follow C++11 style in ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Workaround Created 5 years, 11 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 | « ash/system/chromeos/multi_user/user_switch_util_unittest.cc ('k') | ash/system/chromeos/network/tray_sms.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/chromeos/network/network_detailed_view.h
diff --git a/ash/system/chromeos/network/network_detailed_view.h b/ash/system/chromeos/network/network_detailed_view.h
index 0d17c7ad5117e899098edf5a1a93c28c9e8df92b..12d0be17c9e15a6c816f6a8074f34b192cbc8f2c 100644
--- a/ash/system/chromeos/network/network_detailed_view.h
+++ b/ash/system/chromeos/network/network_detailed_view.h
@@ -35,7 +35,7 @@ class NetworkDetailedView : public TrayDetailsView {
virtual void Update() = 0;
protected:
- virtual ~NetworkDetailedView() {}
+ ~NetworkDetailedView() override {}
};
} // namespace tray
« no previous file with comments | « ash/system/chromeos/multi_user/user_switch_util_unittest.cc ('k') | ash/system/chromeos/network/tray_sms.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698