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

Unified Diff: device/serial/data_sender.h

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/hid/hid_service_linux.cc ('k') | device/vibration/vibration_manager_impl_default.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/serial/data_sender.h
diff --git a/device/serial/data_sender.h b/device/serial/data_sender.h
index 1c49a3ad3d3171d7108aab8dfbeb93b475cb734a..c056afb3b85114f42f6e9ba584e7348ff6566a9c 100644
--- a/device/serial/data_sender.h
+++ b/device/serial/data_sender.h
@@ -30,7 +30,7 @@ class DataSender : public serial::DataSinkClient, public mojo::ErrorHandler {
uint32_t buffer_size,
int32_t fatal_error_value);
- ~DataSender();
+ ~DataSender() override;
// Starts an asynchronous send of |data|. If the send completes successfully,
// |callback| will be called. Otherwise, |error_callback| will be called with
« no previous file with comments | « device/hid/hid_service_linux.cc ('k') | device/vibration/vibration_manager_impl_default.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698