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

Unified Diff: media/midi/midi_port_info.cc

Issue 2418493002: //media/midi: use top level namespace midi rather than media.midi (Closed)
Patch Set: TAG name change s/media_midi/midi/ Created 4 years, 2 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.h ('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_port_info.cc
diff --git a/media/midi/midi_port_info.cc b/media/midi/midi_port_info.cc
index 112829ac8e63486324df31f6783611098efd59b2..29bae144394d90091e0e31f4dbd6946f01dd1558 100644
--- a/media/midi/midi_port_info.cc
+++ b/media/midi/midi_port_info.cc
@@ -4,7 +4,6 @@
#include "media/midi/midi_port_info.h"
-namespace media {
namespace midi {
MidiPortInfo::MidiPortInfo() {}
@@ -30,4 +29,3 @@ MidiPortInfo::MidiPortInfo(const MidiPortInfo& info)
state(info.state) {}
} // namespace midi
-} // namespace media
« no previous file with comments | « media/midi/midi_port_info.h ('k') | media/midi/midi_scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698