| Index: components/webcrypto/algorithms/util.h
|
| diff --git a/components/webcrypto/algorithms/util.h b/components/webcrypto/algorithms/util.h
|
| index 62bb22dec35bd132f6fcecef7ae5ba60f8656fab..51ecd66079da51b5aba8291d47ba385ef3b0fe51 100644
|
| --- a/components/webcrypto/algorithms/util.h
|
| +++ b/components/webcrypto/algorithms/util.h
|
| @@ -8,12 +8,12 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include <openssl/base.h>
|
| #include <stddef.h>
|
| #include <stdint.h>
|
|
|
| #include "third_party/WebKit/public/platform/WebCryptoAlgorithm.h"
|
| #include "third_party/WebKit/public/platform/WebCryptoKey.h"
|
| +#include "third_party/boringssl/src/include/openssl/base.h"
|
|
|
| // This file contains miscellaneous helpers that don't belong in any of the
|
| // other *_util.h
|
|
|