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

Unified Diff: media/midi/midi_manager_usb.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_unittest.cc ('k') | media/midi/midi_manager_usb.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/midi/midi_manager_usb.h
diff --git a/media/midi/midi_manager_usb.h b/media/midi/midi_manager_usb.h
index 0c43310966cb2ead5220bc8705ddf71f74a02a0b..f5316bbed5eb3e0035e830de04b0cadbb184450b 100644
--- a/media/midi/midi_manager_usb.h
+++ b/media/midi/midi_manager_usb.h
@@ -23,6 +23,7 @@
#include "media/midi/usb_midi_output_stream.h"
namespace media {
+namespace midi {
class MidiScheduler;
@@ -90,6 +91,7 @@ class USB_MIDI_EXPORT MidiManagerUsb
DISALLOW_COPY_AND_ASSIGN(MidiManagerUsb);
};
+} // namespace midi
} // namespace media
#endif // MEDIA_MIDI_MIDI_MANAGER_USB_H_
« no previous file with comments | « media/midi/midi_manager_unittest.cc ('k') | media/midi/midi_manager_usb.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698