Index: content/renderer/media/midi_dispatcher.h |
diff --git a/content/renderer/media/midi_dispatcher.h b/content/renderer/media/midi_dispatcher.h |
index 8c875aafaf36e3f447420031f3265cc0ae1dd09e..1e6c8e3937707b94ac2f6e6acae95d941e09460a 100644 |
--- a/content/renderer/media/midi_dispatcher.h |
+++ b/content/renderer/media/midi_dispatcher.h |
@@ -33,16 +33,16 @@ class MidiDispatcher : public RenderViewObserver, |
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE; |
// blink::WebMIDIClient implementation. |
- virtual void requestSysExPermission( |
- const blink::WebMIDIPermissionRequest& request) OVERRIDE; |
- virtual void cancelSysExPermissionRequest( |
- const blink::WebMIDIPermissionRequest& request) OVERRIDE; |
+ virtual void requestSysexPermission( |
+ const blink::WebMIDIPermissionRequest& request); |
+ virtual void cancelSysexPermissionRequest( |
+ const blink::WebMIDIPermissionRequest& request); |
// Permission for using system exclusive messages has been set. |
void OnSysExPermissionApproved(int client_id, bool is_allowed); |
// Each WebMIDIPermissionRequest object is valid until |
- // cancelSysExPermissionRequest() is called with the object, or used to call |
+ // cancelSysexPermissionRequest() is called with the object, or used to call |
// WebMIDIPermissionRequest::setIsAllowed(). |
IDMap<blink::WebMIDIPermissionRequest> requests_; |