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

Unified Diff: crypto/third_party/nss/chromium-blapit.h

Issue 8538025: Rename crypto/third_party/nss headers to avoid mixups. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « crypto/third_party/nss/chromium-blapi.h ('k') | crypto/third_party/nss/chromium-sha256.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/third_party/nss/chromium-blapit.h
diff --git a/crypto/third_party/nss/blapit.h b/crypto/third_party/nss/chromium-blapit.h
similarity index 95%
rename from crypto/third_party/nss/blapit.h
rename to crypto/third_party/nss/chromium-blapit.h
index e16a0846d3785dd528fe722bdd76980ab78d71af..669f64d805e024a8f1e1c63fbe1eaa7ec4f195fd 100644
--- a/crypto/third_party/nss/blapit.h
+++ b/crypto/third_party/nss/chromium-blapit.h
@@ -40,8 +40,8 @@
* ***** END LICENSE BLOCK ***** */
/* $Id: blapit.h,v 1.20 2007/02/28 19:47:37 rrelyea%redhat.com Exp $ */
-#ifndef _BLAPIT_H_
-#define _BLAPIT_H_
+#ifndef CRYPTO_THIRD_PARTY_NSS_CHROMIUM_BLAPIT_H_
+#define CRYPTO_THIRD_PARTY_NSS_CHROMIUM_BLAPIT_H_
#include "base/third_party/nspr/prtypes.h"
@@ -88,4 +88,4 @@ typedef struct SHA512ContextStr SHA512Context;
/* SHA384Context is really a SHA512ContextStr. This is not a mistake. */
typedef struct SHA512ContextStr SHA384Context;
-#endif /* _BLAPIT_H_ */
+#endif /* CRYPTO_THIRD_PARTY_NSS_CHROMIUM_BLAPIT_H_ */
« no previous file with comments | « crypto/third_party/nss/chromium-blapi.h ('k') | crypto/third_party/nss/chromium-sha256.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698