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

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: android build fix Created 5 years, 8 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
Index: media/midi/midi_manager_usb.h
diff --git a/media/midi/midi_manager_usb.h b/media/midi/midi_manager_usb.h
index 417aac57910f9b7dbc910ed148ff3d19b785e1e0..291f80d9dd7e61561caeb68cca163be995de0a5b 100644
--- a/media/midi/midi_manager_usb.h
+++ b/media/midi/midi_manager_usb.h
@@ -22,6 +22,7 @@
#include "media/midi/usb_midi_output_stream.h"
namespace media {
+namespace midi {
class MidiScheduler;
@@ -88,6 +89,7 @@ class MEDIA_EXPORT MidiManagerUsb : public MidiManager,
DISALLOW_COPY_AND_ASSIGN(MidiManagerUsb);
};
+} // namespace midi
} // namespace media
#endif // MEDIA_MIDI_MIDI_MANAGER_USB_H_

Powered by Google App Engine
This is Rietveld 408576698