| 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 ae994db85dcc89dc5fc8f367f11474a65cf0528a..15bd8b348ea45319b89e7436bbe240ce923335b5 100644
|
| --- a/components/url_matcher/regex_set_matcher.cc
|
| +++ b/components/url_matcher/regex_set_matcher.cc
|
| @@ -8,8 +8,8 @@
|
| #include "base/stl_util.h"
|
| #include "base/strings/string_util.h"
|
| #include "components/url_matcher/substring_set_matcher.h"
|
| -#include "third_party/re2/re2/filtered_re2.h"
|
| -#include "third_party/re2/re2/re2.h"
|
| +#include "third_party/re2/src/re2/filtered_re2.h"
|
| +#include "third_party/re2/src/re2/re2.h"
|
|
|
| namespace url_matcher {
|
|
|
|
|