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

Unified Diff: media/midi/midi_output_port_android.h

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_message_util_unittest.cc ('k') | media/midi/midi_output_port_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/midi/midi_output_port_android.h
diff --git a/media/midi/midi_output_port_android.h b/media/midi/midi_output_port_android.h
index 353aa116af1eef6e3707961d4ac680c18760737d..0574c2761450dec9d2f634d08dc46fa598c30579 100644
--- a/media/midi/midi_output_port_android.h
+++ b/media/midi/midi_output_port_android.h
@@ -12,7 +12,6 @@
#include "base/android/scoped_java_ref.h"
#include "base/time/time.h"
-namespace media {
namespace midi {
class MidiOutputPortAndroid final {
@@ -30,6 +29,5 @@ class MidiOutputPortAndroid final {
};
} // namespace midi
-} // namespace media
#endif // MEDIA_MIDI_MIDI_OUTPUT_PORT_ANDROID_H_
« no previous file with comments | « media/midi/midi_message_util_unittest.cc ('k') | media/midi/midi_output_port_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698