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

Unified Diff: media/midi/usb_midi_descriptor_parser.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: android build fix Created 5 years, 8 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
Index: media/midi/usb_midi_descriptor_parser.h
diff --git a/media/midi/usb_midi_descriptor_parser.h b/media/midi/usb_midi_descriptor_parser.h
index cc07be3b259673ed64ca33e0b377730a39b401e3..2ee23c73ff0f49f182cca6471e9692af78b23684 100644
--- a/media/midi/usb_midi_descriptor_parser.h
+++ b/media/midi/usb_midi_descriptor_parser.h
@@ -13,6 +13,7 @@
#include "media/midi/usb_midi_jack.h"
namespace media {
+namespace midi {
class UsbMidiDevice;
@@ -76,7 +77,7 @@ class MEDIA_EXPORT UsbMidiDescriptorParser {
DISALLOW_COPY_AND_ASSIGN(UsbMidiDescriptorParser);
};
-
+} // namespace midi
} // namespace media
#endif // MEDIA_MIDI_USB_MIDI_DESCRIPTOR_PARSER_H_

Powered by Google App Engine
This is Rietveld 408576698