| Index: crypto/secure_hash_default.cc
|
| diff --git a/crypto/secure_hash_default.cc b/crypto/secure_hash_default.cc
|
| index b24221b55ca091b92a5eb24660c7cbcd9540fb34..d85754a8e37d8ccbddcc0eaf64caf6c13dca5a70 100644
|
| --- a/crypto/secure_hash_default.cc
|
| +++ b/crypto/secure_hash_default.cc
|
| @@ -5,8 +5,8 @@
|
| #include "crypto/secure_hash.h"
|
|
|
| #include "base/logging.h"
|
| -#include "crypto/third_party/nss/blapi.h"
|
| -#include "crypto/third_party/nss/sha256.h"
|
| +#include "crypto/third_party/nss/chromium-blapi.h"
|
| +#include "crypto/third_party/nss/chromium-sha256.h"
|
|
|
| namespace crypto {
|
|
|
|
|