| Index: crypto/hmac_win.cc
|
| diff --git a/crypto/hmac_win.cc b/crypto/hmac_win.cc
|
| index 34facc582119c7b02e3ffab33edf89cc070c0bd7..3522bed2934845cb7bb1bfdeeb16b73ed9aec1fe 100644
|
| --- a/crypto/hmac_win.cc
|
| +++ b/crypto/hmac_win.cc
|
| @@ -12,8 +12,8 @@
|
|
|
| #include "base/logging.h"
|
| #include "crypto/scoped_capi_types.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 {
|
|
|
|
|