| Index: net/cert/x509_util_android.h
|
| diff --git a/net/android/x509_util.h b/net/cert/x509_util_android.h
|
| similarity index 68%
|
| rename from net/android/x509_util.h
|
| rename to net/cert/x509_util_android.h
|
| index 963dd2310cadf4de90e3c9a02d8bbcd4c32972b4..205a60ab58b4db98aaa22f48458d372513b2e9ce 100644
|
| --- a/net/android/x509_util.h
|
| +++ b/net/cert/x509_util_android.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef NET_ANDROID_X509_UTIL_H_
|
| -#define NET_ANDROID_X509_UTIL_H_
|
| +#ifndef NET_CERT_X509_UTIL_ANDROID_H_
|
| +#define NET_CERT_X509_UTIL_ANDROID_H_
|
|
|
| #include <jni.h>
|
|
|
| @@ -13,4 +13,4 @@ bool RegisterX509Util(JNIEnv* env);
|
|
|
| } // net namespace
|
|
|
| -#endif // NET_ANDROID_X509_UTIL_H_
|
| +#endif // NET_CERT_X509_UTIL_ANDROID_H_
|
|
|