Index: crypto/third_party/nss/sha512.cc |
=================================================================== |
--- crypto/third_party/nss/sha512.cc (revision 79901) |
+++ crypto/third_party/nss/sha512.cc (working copy) |
@@ -47,8 +47,8 @@ |
#define NOUNROLL512 1 |
#undef HAVE_LONG_LONG |
#endif |
-#include "base/third_party/nss/blapi.h" |
-#include "base/third_party/nss/sha256.h" /* for struct SHA256ContextStr */ |
+#include "crypto/third_party/nss/blapi.h" |
+#include "crypto/third_party/nss/sha256.h" /* for struct SHA256ContextStr */ |
#include <stdlib.h> |
#include <string.h> |