| Index: components/gcm_driver/crypto/p256_key_util.cc
|
| diff --git a/components/gcm_driver/crypto/p256_key_util.cc b/components/gcm_driver/crypto/p256_key_util.cc
|
| index 15c96b9f8b504de99365bf66b751b921fe343d43..daf7e0ff720458d0e1b39349d4607179a542f00a 100644
|
| --- a/components/gcm_driver/crypto/p256_key_util.cc
|
| +++ b/components/gcm_driver/crypto/p256_key_util.cc
|
| @@ -4,9 +4,6 @@
|
|
|
| #include "components/gcm_driver/crypto/p256_key_util.h"
|
|
|
| -#include <openssl/ec.h>
|
| -#include <openssl/ecdh.h>
|
| -#include <openssl/evp.h>
|
| #include <stddef.h>
|
| #include <stdint.h>
|
|
|
| @@ -16,6 +13,9 @@
|
| #include "base/logging.h"
|
| #include "base/strings/string_util.h"
|
| #include "crypto/ec_private_key.h"
|
| +#include "third_party/boringssl/src/include/openssl/ec.h"
|
| +#include "third_party/boringssl/src/include/openssl/ecdh.h"
|
| +#include "third_party/boringssl/src/include/openssl/evp.h"
|
|
|
| namespace gcm {
|
|
|
|
|