| Index: components/webcrypto/algorithms/hmac_unittest.cc
|
| diff --git a/components/webcrypto/algorithms/hmac_unittest.cc b/components/webcrypto/algorithms/hmac_unittest.cc
|
| index f7ae17011d3417a5760cadf6aeedf8d14824ae5a..b0381d38d15419fb0a25bf488aab856d366cf7e4 100644
|
| --- a/components/webcrypto/algorithms/hmac_unittest.cc
|
| +++ b/components/webcrypto/algorithms/hmac_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"
|
|
|