| Index: content/browser/media/midi_host.cc
|
| diff --git a/content/browser/media/midi_host.cc b/content/browser/media/midi_host.cc
|
| index 1f02d203ea1624e4a744aeea7193cb543f1c60c3..9e7b6f4773618edc3d9860099f9cecd810e7b81e 100644
|
| --- a/content/browser/media/midi_host.cc
|
| +++ b/content/browser/media/midi_host.cc
|
| @@ -141,9 +141,9 @@ void MidiHost::OnEndSession() {
|
| midi_manager_->EndSession(this);
|
| }
|
|
|
| -void MidiHost::CompleteStartSession(midi::Result result) {
|
| +void MidiHost::CompleteStartSession(midi::mojom::Result result) {
|
| DCHECK(is_session_requested_);
|
| - if (result == midi::Result::OK) {
|
| + if (result == midi::mojom::Result::OK) {
|
| // ChildSecurityPolicy is set just before OnStartSession by
|
| // MidiDispatcherHost. So we can safely cache the policy.
|
| has_sys_ex_permission_ = ChildProcessSecurityPolicyImpl::GetInstance()->
|
|
|