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

Unified Diff: media/midi/usb_midi_device.h

Issue 1086073004: Web MIDI: namespace change from media to media::midi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@null
Patch Set: (rebase) Created 5 years, 7 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/midi/usb_midi_descriptor_parser_unittest.cc ('k') | media/midi/usb_midi_device_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/midi/usb_midi_device.h
diff --git a/media/midi/usb_midi_device.h b/media/midi/usb_midi_device.h
index 4b283e157e42b6ffa6d9fc3496b1c520a72c7c8b..c1dc8cd71dcd9a7f25f04bfe756a67bbabd5ef5f 100644
--- a/media/midi/usb_midi_device.h
+++ b/media/midi/usb_midi_device.h
@@ -14,6 +14,7 @@
#include "media/midi/usb_midi_export.h"
namespace media {
+namespace midi {
class MidiManagerUsb;
class UsbMidiDevice;
@@ -82,6 +83,7 @@ class USB_MIDI_EXPORT UsbMidiDevice {
virtual void Send(int endpoint_number, const std::vector<uint8>& data) = 0;
};
+} // namespace midi
} // namespace media
#endif // MEDIA_MIDI_USB_MIDI_DEVICE_H_
« no previous file with comments | « media/midi/usb_midi_descriptor_parser_unittest.cc ('k') | media/midi/usb_midi_device_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698