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

Unified Diff: device/usb/usb_device_handle_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
Index: device/usb/usb_device_handle_android.cc
diff --git a/device/usb/usb_device_handle_android.cc b/device/usb/usb_device_handle_android.cc
index 5b13f8f717f88befd6c7a40d1e5841d51feaf1ab..5041f60a3ed7ab01f693af5c16ddf4ed08f7555b 100644
--- a/device/usb/usb_device_handle_android.cc
+++ b/device/usb/usb_device_handle_android.cc
@@ -9,6 +9,8 @@
#include "device/usb/usb_device.h"
#include "jni/ChromeUsbConnection_jni.h"
+using base::android::ScopedJavaLocalRef;
+
namespace device {
// static
« no previous file with comments | « device/power_save_blocker/power_save_blocker_android.cc ('k') | device/vr/android/cardboard/cardboard_vr_device.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698