| Index: components/url_matcher/regex_set_matcher.cc
|
| diff --git a/components/url_matcher/regex_set_matcher.cc b/components/url_matcher/regex_set_matcher.cc
|
| index 15bd8b348ea45319b89e7436bbe240ce923335b5..d597f0001a58c20c64b415d80f19e31f99c30205 100644
|
| --- a/components/url_matcher/regex_set_matcher.cc
|
| +++ b/components/url_matcher/regex_set_matcher.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "components/url_matcher/regex_set_matcher.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/logging.h"
|
| #include "base/stl_util.h"
|
| #include "base/strings/string_util.h"
|
|
|