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

Unified Diff: media/midi/usb_midi_device_factory_android.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/usb_midi_device_android.cc ('k') | media/midi/usb_midi_device_factory_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/midi/usb_midi_device_factory_android.h
diff --git a/media/midi/usb_midi_device_factory_android.h b/media/midi/usb_midi_device_factory_android.h
index 32b85dec946135d9251dcbd222f01d9b8c8ce9fb..d81586a37b3bafbae6714ed44e41e24a5ff25f7d 100644
--- a/media/midi/usb_midi_device_factory_android.h
+++ b/media/midi/usb_midi_device_factory_android.h
@@ -17,6 +17,7 @@
#include "media/midi/usb_midi_export.h"
namespace media {
+namespace midi {
// This class enumerates UsbMidiDevices.
class USB_MIDI_EXPORT UsbMidiDeviceFactoryAndroid
@@ -46,6 +47,7 @@ class USB_MIDI_EXPORT UsbMidiDeviceFactoryAndroid
DISALLOW_COPY_AND_ASSIGN(UsbMidiDeviceFactoryAndroid);
};
+} // namespace midi
} // namespace media
#endif // MEDIA_MIDI_USB_MIDI_DEVICE_FACTORY_ANDROID_H_
« no previous file with comments | « media/midi/usb_midi_device_android.cc ('k') | media/midi/usb_midi_device_factory_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698