| Index: extensions/common/url_pattern_set.cc
|
| diff --git a/extensions/common/url_pattern_set.cc b/extensions/common/url_pattern_set.cc
|
| index a04d6346d7e470446da5d9d3e2d670a50ff1e5e6..3794cf9d32df71fc774fd51e6e2988acdbd916d4 100644
|
| --- a/extensions/common/url_pattern_set.cc
|
| +++ b/extensions/common/url_pattern_set.cc
|
| @@ -198,7 +198,7 @@ bool URLPatternSet::Populate(const std::vector<std::string>& patterns,
|
| }
|
| return false;
|
| }
|
| - if (!allow_file_access && pattern.MatchesScheme(content::kFileScheme)) {
|
| + if (!allow_file_access && pattern.MatchesScheme(url::kFileScheme)) {
|
| pattern.SetValidSchemes(
|
| pattern.valid_schemes() & ~URLPattern::SCHEME_FILE);
|
| }
|
|
|