| Index: media/midi/midi_manager_mac.cc
|
| diff --git a/media/midi/midi_manager_mac.cc b/media/midi/midi_manager_mac.cc
|
| index 2f94be302a60d5f59f9aeee5f8ddc49aae4b1e3f..306b5995253c5f195720fe915c1f399e2d292e22 100644
|
| --- a/media/midi/midi_manager_mac.cc
|
| +++ b/media/midi/midi_manager_mac.cc
|
| @@ -18,6 +18,7 @@
|
| using base::IntToString;
|
| using base::SysCFStringRefToUTF8;
|
| using std::string;
|
| +using midi::mojom::Result;
|
|
|
| // NB: System MIDI types are pointer types in 32-bit and integer types in
|
| // 64-bit. Therefore, the initialization is the simplest one that satisfies both
|
|
|