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

Unified Diff: net/android/keystore.h

Issue 2562113002: Fix header guards in //net. (Closed)
Patch Set: Created 4 years 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/dummy_spnego_authenticator.h ('k') | net/android/legacy_openssl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « net/android/dummy_spnego_authenticator.h ('k') | net/android/legacy_openssl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698