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

Unified Diff: media/midi/midi_result.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_port_info.cc ('k') | media/midi/midi_scheduler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/midi/midi_result.h
diff --git a/media/midi/midi_result.h b/media/midi/midi_result.h
index 2fb58a41bddc8afd964c47455ed959868ab25247..5432dca7a1ce51998ac0b30933407f130fba4eba 100644
--- a/media/midi/midi_result.h
+++ b/media/midi/midi_result.h
@@ -6,6 +6,7 @@
#define MEDIA_MIDI_MIDI_RESULT_H_
namespace media {
+namespace midi {
// Result codes for MIDI.
enum MidiResult {
@@ -20,6 +21,7 @@ enum MidiResult {
MIDI_RESULT_LAST = MIDI_INITIALIZATION_ERROR,
};
+} // namespace midi
} // namespace media
#endif // MEDIA_MIDI_MIDI_RESULT_H_
« no previous file with comments | « media/midi/midi_port_info.cc ('k') | media/midi/midi_scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698