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

Unified Diff: media/midi/midi_manager_alsa.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/formats/webm/webm_video_client.h ('k') | media/midi/midi_manager_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/midi/midi_manager_alsa.h
diff --git a/media/midi/midi_manager_alsa.h b/media/midi/midi_manager_alsa.h
index c523bb91f54f662f890c6cb6a01400ba6dc626d8..c59beefd67eb36597577c819ab51fcbc9efb83fb 100644
--- a/media/midi/midi_manager_alsa.h
+++ b/media/midi/midi_manager_alsa.h
@@ -23,11 +23,11 @@ class MidiManagerAlsa : public MidiManager {
virtual ~MidiManagerAlsa();
// MidiManager implementation.
- virtual void StartInitialization() OVERRIDE;
+ virtual void StartInitialization() override;
virtual void DispatchSendMidiData(MidiManagerClient* client,
uint32 port_index,
const std::vector<uint8>& data,
- double timestamp) OVERRIDE;
+ double timestamp) override;
private:
// An internal callback that runs on MidiSendThread.
« no previous file with comments | « media/formats/webm/webm_video_client.h ('k') | media/midi/midi_manager_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698