| Index: extensions/common/matcher/regex_set_matcher.cc
|
| diff --git a/extensions/common/matcher/regex_set_matcher.cc b/extensions/common/matcher/regex_set_matcher.cc
|
| index 3052a637dbe7379fa9c225b57807b7b70210390f..af8027cdd384c02e6fddae424c0004c9e769ca16 100644
|
| --- a/extensions/common/matcher/regex_set_matcher.cc
|
| +++ b/extensions/common/matcher/regex_set_matcher.cc
|
| @@ -6,7 +6,7 @@
|
|
|
| #include "base/logging.h"
|
| #include "base/stl_util.h"
|
| -#include "base/string_util.h"
|
| +#include "base/strings/string_util.h"
|
| #include "extensions/common/matcher/substring_set_matcher.h"
|
| #include "third_party/re2/re2/filtered_re2.h"
|
| #include "third_party/re2/re2/re2.h"
|
|
|