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

Unified Diff: crypto/third_party/nss/sha512.cc

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/sha256.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/third_party/nss/sha512.cc
diff --git a/crypto/third_party/nss/sha512.cc b/crypto/third_party/nss/sha512.cc
index 6c04674735a0b0a68c8736094d8ba087be33f0ce..976a604addfdec7b92b3b220c30ae76b384d7f21 100644
--- a/crypto/third_party/nss/sha512.cc
+++ b/crypto/third_party/nss/sha512.cc
@@ -47,8 +47,8 @@
#define NOUNROLL512 1
#undef HAVE_LONG_LONG
#endif
-#include "crypto/third_party/nss/blapi.h"
-#include "crypto/third_party/nss/sha256.h" /* for struct SHA256ContextStr */
+#include "crypto/third_party/nss/chromium-blapi.h"
+#include "crypto/third_party/nss/chromium-sha256.h" /* for struct SHA256ContextStr */
#include <stdlib.h>
#include <string.h>
« no previous file with comments | « crypto/third_party/nss/sha256.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698