Chromium Code Reviews| Index: crypto/hmac.cc |
| diff --git a/crypto/hmac.cc b/crypto/hmac.cc |
| index b4dd6cf106cbd01f67661320c097426062eed57a..a9bb483f5b7f5708772d02583b8c5a89c8ee7dff 100644 |
| --- a/crypto/hmac.cc |
| +++ b/crypto/hmac.cc |
| @@ -4,7 +4,6 @@ |
| #include "crypto/hmac.h" |
| -#include <openssl/hmac.h> |
| #include <stddef.h> |
| #include <algorithm> |
| @@ -14,6 +13,7 @@ |
| #include "crypto/openssl_util.h" |
| #include "crypto/secure_util.h" |
| #include "crypto/symmetric_key.h" |
| +#include "third_party/boringssl/src/include/openssl/hmac.h" |
| namespace crypto { |