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

Unified Diff: device/vibration/vibration_manager_impl_default.cc

Issue 818093003: Standardize usage of virtual/override/final specifiers in device/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « device/serial/data_sender.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/vibration/vibration_manager_impl_default.cc
diff --git a/device/vibration/vibration_manager_impl_default.cc b/device/vibration/vibration_manager_impl_default.cc
index 09ff3cd786a90e2c9cb75d90801dcf82a233ac0a..c82a9591803c53b10c78f6966c2d642cc920bc40 100644
--- a/device/vibration/vibration_manager_impl_default.cc
+++ b/device/vibration/vibration_manager_impl_default.cc
@@ -22,7 +22,7 @@ class VibrationManagerEmptyImpl : public mojo::InterfaceImpl<VibrationManager> {
private:
VibrationManagerEmptyImpl() {}
- virtual ~VibrationManagerEmptyImpl() {}
+ ~VibrationManagerEmptyImpl() override {}
};
} // namespace
« no previous file with comments | « device/serial/data_sender.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698