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

Unified Diff: net/android/dummy_spnego_authenticator.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 | « net/android/cert_verify_result_android.cc ('k') | net/android/gurl_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/android/dummy_spnego_authenticator.cc
diff --git a/net/android/dummy_spnego_authenticator.cc b/net/android/dummy_spnego_authenticator.cc
index 5614c33ddfbeb3c16a16078190b3e3e4bb4bf6d5..934d098bf060a03d223f4956a541946ffad3d76b 100644
--- a/net/android/dummy_spnego_authenticator.cc
+++ b/net/android/dummy_spnego_authenticator.cc
@@ -8,6 +8,8 @@
#include "net/test/jni/DummySpnegoAuthenticator_jni.h"
#include "testing/gtest/include/gtest/gtest.h"
+using base::android::JavaParamRef;
+
namespace net {
// iso.org.dod.internet.security.mechanism.snego (1.3.6.1.5.5.2)
« no previous file with comments | « net/android/cert_verify_result_android.cc ('k') | net/android/gurl_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698