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

Unified Diff: crypto/third_party/nss/chromium-sha256.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-blapit.h ('k') | crypto/third_party/nss/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-sha256.h
diff --git a/crypto/third_party/nss/sha256.h b/crypto/third_party/nss/chromium-sha256.h
similarity index 92%
rename from crypto/third_party/nss/sha256.h
rename to crypto/third_party/nss/chromium-sha256.h
index e641b491619676bbcdd056fe6cb0f7d3b7684c42..14661dc4c0fdac0b97f92a0c5a5a01daa2dfe79e 100644
--- a/crypto/third_party/nss/sha256.h
+++ b/crypto/third_party/nss/chromium-sha256.h
@@ -34,8 +34,8 @@
*
* ***** END LICENSE BLOCK ***** */
-#ifndef _SHA_256_H_
-#define _SHA_256_H_
+#ifndef CRYPTO_THIRD_PARTY_NSS_CHROMIUM_SHA_256_H_
+#define CRYPTO_THIRD_PARTY_NSS_CHROMIUM_SHA_256_H_
#include "base/third_party/nspr/prtypes.h"
@@ -48,4 +48,4 @@ struct SHA256ContextStr {
PRUint32 sizeHi,sizeLo; /* 64-bit count of hashed bytes. */
};
-#endif /* _SHA_256_H_ */
+#endif /* CRYPTO_THIRD_PARTY_NSS_CHROMIUM_SHA_256_H_ */
« no previous file with comments | « crypto/third_party/nss/chromium-blapit.h ('k') | crypto/third_party/nss/sha256.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698