| Index: components/safe_browsing_db/util.cc
|
| diff --git a/components/safe_browsing_db/util.cc b/components/safe_browsing_db/util.cc
|
| index 3183998bd2b7a88c7a6735b856f390603b62332e..4fe11408ab4ac999b1a490790eb1e9e210e013e5 100644
|
| --- a/components/safe_browsing_db/util.cc
|
| +++ b/components/safe_browsing_db/util.cc
|
| @@ -4,6 +4,9 @@
|
|
|
| #include "components/safe_browsing_db/util.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/strings/string_util.h"
|
| #include "crypto/sha2.h"
|
| #include "net/base/escape.h"
|
|
|