| Index: crypto/symmetric_key.cc
|
| diff --git a/crypto/symmetric_key.cc b/crypto/symmetric_key.cc
|
| index e3ecf624bcd28fd4d19d464d4c691ff6ed76a3d4..6a19f84089657ae096b38bedeed1a2d0631ecc0a 100644
|
| --- a/crypto/symmetric_key.cc
|
| +++ b/crypto/symmetric_key.cc
|
| @@ -4,8 +4,6 @@
|
|
|
| #include "crypto/symmetric_key.h"
|
|
|
| -#include <openssl/evp.h>
|
| -#include <openssl/rand.h>
|
| #include <stddef.h>
|
| #include <stdint.h>
|
|
|
| @@ -15,6 +13,8 @@
|
| #include "base/logging.h"
|
| #include "base/strings/string_util.h"
|
| #include "crypto/openssl_util.h"
|
| +#include "third_party/boringssl/src/include/openssl/evp.h"
|
| +#include "third_party/boringssl/src/include/openssl/rand.h"
|
|
|
| namespace crypto {
|
|
|
|
|