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

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: (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/midi_scheduler.cc ('k') | media/midi/usb_midi_descriptor_parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b95d9255b35aaa0fa0a2648d76327b8a5f34ad53..8f741ca4cf9b106126c5bb45e4d1373a4d71af87 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 USB_MIDI_EXPORT UsbMidiDescriptorParser {
DISALLOW_COPY_AND_ASSIGN(UsbMidiDescriptorParser);
};
-
+} // namespace midi
} // namespace media
#endif // MEDIA_MIDI_USB_MIDI_DESCRIPTOR_PARSER_H_
« no previous file with comments | « media/midi/midi_scheduler.cc ('k') | media/midi/usb_midi_descriptor_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698