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

Unified Diff: media/midi/usb_midi_device_android.h

Issue 623263003: replace OVERRIDE and FINAL with override and final in media/ (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 | « media/midi/midi_manager_win.h ('k') | media/midi/usb_midi_device_factory_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/midi/usb_midi_device_android.h
diff --git a/media/midi/usb_midi_device_android.h b/media/midi/usb_midi_device_android.h
index 70d1855fd2fe0a974a8be2dfc9b07e1fc26ec18b..053e50e0ddfe859ac0743b63c192cbc27ccc7fe5 100644
--- a/media/midi/usb_midi_device_android.h
+++ b/media/midi/usb_midi_device_android.h
@@ -26,9 +26,9 @@ class MEDIA_EXPORT UsbMidiDeviceAndroid : public UsbMidiDevice {
virtual ~UsbMidiDeviceAndroid();
// UsbMidiDevice implementation.
- virtual std::vector<uint8> GetDescriptor() OVERRIDE;
+ virtual std::vector<uint8> GetDescriptor() override;
virtual void Send(int endpoint_number,
- const std::vector<uint8>& data) OVERRIDE;
+ const std::vector<uint8>& data) override;
// Called by the Java world.
void OnData(JNIEnv* env,
« no previous file with comments | « media/midi/midi_manager_win.h ('k') | media/midi/usb_midi_device_factory_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698