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

Unified Diff: device/serial/data_receiver.h

Issue 628873002: replace OVERRIDE and FINAL with override and final in device/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « device/nfc/nfc_tag_technology_chromeos.h ('k') | device/serial/data_receiver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/serial/data_receiver.h
diff --git a/device/serial/data_receiver.h b/device/serial/data_receiver.h
index 7e878c3d3e830775a37bc9098b373471fcc2da7b..df370180de7bbe11d2908eee06288142d4a33424 100644
--- a/device/serial/data_receiver.h
+++ b/device/serial/data_receiver.h
@@ -47,10 +47,10 @@ class DataReceiver : public base::RefCounted<DataReceiver>,
// serial::DataSourceClient override. Invoked by the DataSource to report
// errors.
- virtual void OnError(uint32_t bytes_since_last_error, int32_t error) OVERRIDE;
+ virtual void OnError(uint32_t bytes_since_last_error, int32_t error) override;
// mojo::ErrorHandler override. Calls ShutDown().
- virtual void OnConnectionError() OVERRIDE;
+ virtual void OnConnectionError() override;
// Invoked by the PendingReceive to report that the user is done with the
// receive buffer, having read |bytes_read| bytes from it.
« no previous file with comments | « device/nfc/nfc_tag_technology_chromeos.h ('k') | device/serial/data_receiver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698