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

Unified Diff: media/midi/midi_scheduler.cc

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.h ('k') | media/midi/usb_midi_descriptor_parser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/midi/midi_scheduler.cc
diff --git a/media/midi/midi_scheduler.cc b/media/midi/midi_scheduler.cc
index a65e703673b839c025e1d3384795000132cadb6d..31886747259e066585b19064c674e195629773f6 100644
--- a/media/midi/midi_scheduler.cc
+++ b/media/midi/midi_scheduler.cc
@@ -10,6 +10,7 @@
#include "media/midi/midi_manager.h"
namespace media {
+namespace midi {
MidiScheduler::MidiScheduler(MidiManager* manager)
: manager_(manager),
@@ -52,4 +53,5 @@ void MidiScheduler::InvokeClosure(MidiManagerClient* client,
manager_->AccumulateMidiBytesSent(client, length);
}
+} // namespace midi
} // namespace media
« no previous file with comments | « media/midi/midi_scheduler.h ('k') | media/midi/usb_midi_descriptor_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698