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

Unified Diff: media/midi/midi_message_queue.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_manager_win.cc ('k') | media/midi/midi_message_queue.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/midi/midi_message_queue.h
diff --git a/media/midi/midi_message_queue.h b/media/midi/midi_message_queue.h
index f7e8fcf3a917ff659aa8acb477ca55a603695238..e494c5a18abe5bfc9b034bbeeed57389b6a62668 100644
--- a/media/midi/midi_message_queue.h
+++ b/media/midi/midi_message_queue.h
@@ -12,6 +12,7 @@
#include "media/midi/midi_export.h"
namespace media {
+namespace midi {
// A simple message splitter for possibly unsafe/corrupted MIDI data stream.
// This class allows you to:
@@ -67,6 +68,7 @@ class MIDI_EXPORT MidiMessageQueue {
DISALLOW_COPY_AND_ASSIGN(MidiMessageQueue);
};
+} // namespace midi
} // namespace media
#endif // MEDIA_MIDI_MIDI_MESSAGE_QUEUE_H_
« no previous file with comments | « media/midi/midi_manager_win.cc ('k') | media/midi/midi_message_queue.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698