| Index: components/webcrypto/algorithms/sha_unittest.cc
|
| diff --git a/components/webcrypto/algorithms/sha_unittest.cc b/components/webcrypto/algorithms/sha_unittest.cc
|
| index cab92394ff7fd1b6b246afd7f7e4da9facf436c0..d7de97de7addff9efb2cd79c72d33c7334d20070 100644
|
| --- a/components/webcrypto/algorithms/sha_unittest.cc
|
| +++ b/components/webcrypto/algorithms/sha_unittest.cc
|
| @@ -2,6 +2,9 @@
|
| // 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/logging.h"
|
| #include "base/values.h"
|
| #include "components/webcrypto/algorithm_dispatch.h"
|
|
|