| Index: net/android/keystore.h
|
| diff --git a/net/android/keystore.h b/net/android/keystore.h
|
| index 0fca8e6c3cca84ca60461dd3f9489d6578440f57..fe2de2bab4f98197480f794c3f6939c34f9a4828 100644
|
| --- a/net/android/keystore.h
|
| +++ b/net/android/keystore.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_KEYSTORE_H
|
| -#define NET_ANDROID_KEYSTORE_H
|
| +#ifndef NET_ANDROID_KEYSTORE_H_
|
| +#define NET_ANDROID_KEYSTORE_H_
|
|
|
| #include <jni.h>
|
| #include <stdint.h>
|
| @@ -77,4 +77,4 @@ base::android::ScopedJavaLocalRef<jobject> GetOpenSSLEngineForPrivateKey(
|
| } // namespace android
|
| } // namespace net
|
|
|
| -#endif // NET_ANDROID_KEYSTORE_H
|
| +#endif // NET_ANDROID_KEYSTORE_H_
|
|
|