| Index: components/webcrypto/algorithms/aes_gcm_unittest.cc
|
| diff --git a/components/webcrypto/algorithms/aes_gcm_unittest.cc b/components/webcrypto/algorithms/aes_gcm_unittest.cc
|
| index d912cbdd50e78aec25027bede9225c2105c4d6e9..982dfd4805620c59c7d487ae51bf6f0f2403ca2e 100644
|
| --- a/components/webcrypto/algorithms/aes_gcm_unittest.cc
|
| +++ b/components/webcrypto/algorithms/aes_gcm_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"
|
|
|