| Index: components/webcrypto/algorithms/aes_cbc_unittest.cc
|
| diff --git a/components/webcrypto/algorithms/aes_cbc_unittest.cc b/components/webcrypto/algorithms/aes_cbc_unittest.cc
|
| index 7fe9409a7dfd40ee4444ef4f72c8f70de01cb4f7..26af37d7dff9815fe64e0476dfbeedb0b758b76b 100644
|
| --- a/components/webcrypto/algorithms/aes_cbc_unittest.cc
|
| +++ b/components/webcrypto/algorithms/aes_cbc_unittest.cc
|
| @@ -2,6 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/values.h"
|
| #include "components/webcrypto/algorithm_dispatch.h"
|
| #include "components/webcrypto/algorithms/test_helpers.h"
|
|
|