| Index: components/webcrypto/blink_key_handle.h
|
| diff --git a/components/webcrypto/blink_key_handle.h b/components/webcrypto/blink_key_handle.h
|
| index 42a7c709bbbd886f9a669062d1148c98491cca15..27074cfb4212f50df57399dd9ac6a17ce9d19056 100644
|
| --- a/components/webcrypto/blink_key_handle.h
|
| +++ b/components/webcrypto/blink_key_handle.h
|
| @@ -5,12 +5,12 @@
|
| #ifndef COMPONENTS_WEBCRYPTO_BLINK_KEY_HANDLE_H_
|
| #define COMPONENTS_WEBCRYPTO_BLINK_KEY_HANDLE_H_
|
|
|
| -#include <openssl/base.h>
|
| #include <stdint.h>
|
|
|
| #include <vector>
|
|
|
| #include "third_party/WebKit/public/platform/WebCryptoKey.h"
|
| +#include "third_party/boringssl/src/include/openssl/base.h"
|
|
|
| // Blink keys (blink::WebCryptoKey) have an associated key handle
|
| // (blink::WebCryptoKeyHandle) used to store custom data. This is where the
|
|
|