| 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>
|
|
|