| Index: net/cert/x509_util_android.cc
|
| diff --git a/net/cert/x509_util_android.cc b/net/cert/x509_util_android.cc
|
| index 128ea850ac0e89c1563f8dcc25ed17493f17f15a..d272687d1fbfcb316d6079ab68cbb092b5dbb758 100644
|
| --- a/net/cert/x509_util_android.cc
|
| +++ b/net/cert/x509_util_android.cc
|
| @@ -2,8 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "net/cert/x509_util_android.h"
|
| -
|
| #include "base/android/build_info.h"
|
| #include "base/android/jni_android.h"
|
| #include "base/metrics/histogram.h"
|
| @@ -31,8 +29,4 @@ jobject GetApplicationContext(JNIEnv* env, jclass clazz) {
|
| return base::android::GetApplicationContext();
|
| }
|
|
|
| -bool RegisterX509Util(JNIEnv* env) {
|
| - return RegisterNativesImpl(env);
|
| -}
|
| -
|
| } // net namespace
|
|
|