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

Unified Diff: media/midi/midi_jni_registrar.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_input_port_android.cc ('k') | media/midi/midi_jni_registrar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/midi/midi_jni_registrar.h
diff --git a/media/midi/midi_jni_registrar.h b/media/midi/midi_jni_registrar.h
index 6acad7d775f3fb97241daecf14623299c5077bfe..633af5e76949133e4d901350e3e11215edfc0197 100644
--- a/media/midi/midi_jni_registrar.h
+++ b/media/midi/midi_jni_registrar.h
@@ -9,13 +9,11 @@
#include "media/midi/midi_export.h"
-namespace media {
namespace midi {
// Register all JNI bindings necessary for media/midi.
MIDI_EXPORT bool RegisterJni(JNIEnv* env);
} // namespace midi
-} // namespace media
#endif // MEDIA_MIDI_MIDI_JNI_REGISTRAR_H_
« no previous file with comments | « media/midi/midi_input_port_android.cc ('k') | media/midi/midi_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698