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

Unified Diff: net/android/cert_verify_result_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 | « mojo/android/system/core_impl.cc ('k') | net/android/dummy_spnego_authenticator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/android/cert_verify_result_android.cc
diff --git a/net/android/cert_verify_result_android.cc b/net/android/cert_verify_result_android.cc
index 2b020c6159ec5549819de0942e8a5146e26e41ef..327a1e01faa471d7da203385f890cf4359c3a3c6 100644
--- a/net/android/cert_verify_result_android.cc
+++ b/net/android/cert_verify_result_android.cc
@@ -10,6 +10,7 @@
using base::android::AttachCurrentThread;
using base::android::JavaArrayOfByteArrayToStringVector;
+using base::android::ScopedJavaLocalRef;
namespace net {
namespace android {
« no previous file with comments | « mojo/android/system/core_impl.cc ('k') | net/android/dummy_spnego_authenticator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698