Index: net/android/android_private_key.cc |
diff --git a/net/android/android_private_key.cc b/net/android/android_private_key.cc |
index 8f56085ad7ca37b30c2935db8110590f464048b9..1780d87edaa2d19a7708b829c355092566abea04 100644 |
--- a/net/android/android_private_key.cc |
+++ b/net/android/android_private_key.cc |
@@ -13,8 +13,7 @@ namespace android { |
base::android::ScopedJavaLocalRef<jobject> GetKeyStore( |
jobject private_key_ref) { |
JNIEnv* env = base::android::AttachCurrentThread(); |
- return Java_AndroidPrivateKey_getKeyStore( |
- env, private_key_ref); |
+ return Java_AndroidPrivateKey_getKeyStore(env, private_key_ref); |
} |
bool RegisterAndroidPrivateKey(JNIEnv* env) { |