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

Unified Diff: crypto/third_party/nss/chromium-blapi.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/blapit.h ('k') | crypto/third_party/nss/chromium-blapit.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/third_party/nss/chromium-blapi.h
diff --git a/crypto/third_party/nss/blapi.h b/crypto/third_party/nss/chromium-blapi.h
similarity index 95%
rename from crypto/third_party/nss/blapi.h
rename to crypto/third_party/nss/chromium-blapi.h
index 3b0c60a272861da247b909350406918c6c153182..2ca772e4d32946300b6f280b3939b0cd8465b03f 100644
--- a/crypto/third_party/nss/blapi.h
+++ b/crypto/third_party/nss/chromium-blapi.h
@@ -39,10 +39,10 @@
* ***** END LICENSE BLOCK ***** */
/* $Id: blapi.h,v 1.27 2007/11/09 18:49:32 wtc%google.com Exp $ */
-#ifndef _BLAPI_H_
-#define _BLAPI_H_
+#ifndef CRYPTO_THIRD_PARTY_NSS_CHROMIUM_BLAPI_H_
+#define CRYPTO_THIRD_PARTY_NSS_CHROMIUM_BLAPI_H_
-#include "crypto/third_party/nss/blapit.h"
+#include "crypto/third_party/nss/chromium-blapit.h"
/******************************************/
@@ -98,4 +98,4 @@ extern SECStatus SHA384_Flatten(SHA384Context *cx,unsigned char *space);
extern SHA384Context * SHA384_Resurrect(unsigned char *space, void *arg);
extern void SHA384_Clone(SHA384Context *dest, SHA384Context *src);
-#endif /* _BLAPI_H_ */
+#endif /* CRYPTO_THIRD_PARTY_NSS_CHROMIUM_BLAPI_H_ */
« no previous file with comments | « crypto/third_party/nss/blapit.h ('k') | crypto/third_party/nss/chromium-blapit.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698