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

Unified Diff: net/android/legacy_openssl.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/keystore.h ('k') | net/android/network_change_notifier_factory_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/android/legacy_openssl.h
diff --git a/net/android/legacy_openssl.h b/net/android/legacy_openssl.h
index 75c77b8a06f6795fd516ab236b0cfbbf92857a66..434dc1808054a96a4abd4764b811591305e03baf 100644
--- a/net/android/legacy_openssl.h
+++ b/net/android/legacy_openssl.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_LEGACY_OPENSSL_H
-#define NET_ANDROID_LEGACY_OPENSSL_H
+#ifndef NET_ANDROID_LEGACY_OPENSSL_H_
+#define NET_ANDROID_LEGACY_OPENSSL_H_
// This file contains a replica of the Android system OpenSSL ABI shipped in
// Android 4.1.x (API level 16). The ABI may not necessarily be compatible with
@@ -94,4 +94,4 @@ struct AndroidEVP_PKEY {
} // namespace android
} // namespace net
-#endif // NET_ANDROID_LEGACY_OPENSSL_H
+#endif // NET_ANDROID_LEGACY_OPENSSL_H_
« no previous file with comments | « net/android/keystore.h ('k') | net/android/network_change_notifier_factory_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698