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

Unified Diff: media/midi/midi_manager.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.h
diff --git a/media/midi/midi_manager.h b/media/midi/midi_manager.h
index 2904c117a1f10d790fc431a3a59d10107868ab47..3497577893e69f3d1672bba466b1f1febf1deb2a 100644
--- a/media/midi/midi_manager.h
+++ b/media/midi/midi_manager.h
@@ -21,6 +21,7 @@ class SingleThreadTaskRunner;
} // namespace base
namespace media {
+namespace midi {
// A MidiManagerClient registers with the MidiManager to receive MIDI data.
// See MidiManager::RequestAccess() and MidiManager::ReleaseAccess()
@@ -183,6 +184,7 @@ class MEDIA_EXPORT MidiManager {
DISALLOW_COPY_AND_ASSIGN(MidiManager);
};
+} // namespace midi
} // namespace media
#endif // MEDIA_MIDI_MIDI_MANAGER_H_

Powered by Google App Engine
This is Rietveld 408576698