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

Unified Diff: media/midi/midi_manager_android.cc

Issue 2209993003: Add missing using statements for JNI types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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_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_manager_android.cc
diff --git a/media/midi/midi_manager_android.cc b/media/midi/midi_manager_android.cc
index 617daeb500dc853cc6c55740db5726ba99dcd6e4..d59fa77ce1015f2098f61c04208d45fd031719e6 100644
--- a/media/midi/midi_manager_android.cc
+++ b/media/midi/midi_manager_android.cc
@@ -16,6 +16,8 @@
#include "media/midi/midi_switches.h"
#include "media/midi/usb_midi_device_factory_android.h"
+using base::android::JavaParamRef;
+
namespace media {
namespace midi {
« no previous file with comments | « media/midi/midi_input_port_android.cc ('k') | media/midi/midi_output_port_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698