// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef MEDIA_MIDI_USB_MIDI_JACK_H_ #define MEDIA_MIDI_USB_MIDI_JACK_H_ #include <stdint.h> #include "base/memory/raw_ptr.h" #include "media/midi/usb_midi_export.h" namespace midi { class UsbMidiDevice; // UsbMidiJack represents an EMBEDDED MIDI jack. struct USB_MIDI_EXPORT UsbMidiJack { … }; } // namespace midi #endif // MEDIA_MIDI_USB_MIDI_JACK_H_