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

Unified Diff: media/midi/midi_message_util.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_message_queue_unittest.cc ('k') | media/midi/midi_message_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/midi/midi_message_util.h
diff --git a/media/midi/midi_message_util.h b/media/midi/midi_message_util.h
index c3e239e83567d1f1d37cf886acdbb8966f816a0a..6533ab3f1a1d007d5e7329becdf78168026ada63 100644
--- a/media/midi/midi_message_util.h
+++ b/media/midi/midi_message_util.h
@@ -12,6 +12,7 @@
#include "media/midi/midi_export.h"
namespace media {
+namespace midi {
// Returns the length of a MIDI message in bytes. Never returns 4 or greater.
// Returns 0 if |status_byte| is:
@@ -28,6 +29,7 @@ const uint8 kSysMessageBitPattern = 0xf0;
const uint8 kSysRTMessageBitMask = 0xf8;
const uint8 kSysRTMessageBitPattern = 0xf8;
+} // namespace midi
} // namespace media
#endif // MEDIA_MIDI_MIDI_MESSAGE_UTIL_H_
« no previous file with comments | « media/midi/midi_message_queue_unittest.cc ('k') | media/midi/midi_message_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698