| Index: components/json_schema/json_schema_validator.cc
|
| diff --git a/components/json_schema/json_schema_validator.cc b/components/json_schema/json_schema_validator.cc
|
| index 914eb357dcb110747d31ef62cdc71b2dbc46352b..ab4b58681bb3e4168b48dff41405ae1de3880587 100644
|
| --- a/components/json_schema/json_schema_validator.cc
|
| +++ b/components/json_schema/json_schema_validator.cc
|
| @@ -17,7 +17,7 @@
|
| #include "base/strings/stringprintf.h"
|
| #include "base/values.h"
|
| #include "components/json_schema/json_schema_constants.h"
|
| -#include "third_party/re2/re2/re2.h"
|
| +#include "third_party/re2/src/re2/re2.h"
|
|
|
| namespace schema = json_schema_constants;
|
|
|
|
|