| Index: components/policy/core/browser/url_blacklist_manager.h
|
| diff --git a/components/policy/core/browser/url_blacklist_manager.h b/components/policy/core/browser/url_blacklist_manager.h
|
| index 03e44ad19b79e213330309126b7315fe42d9f296..2fd782e545ef300089f715c2b186e57f13fe3310 100644
|
| --- a/components/policy/core/browser/url_blacklist_manager.h
|
| +++ b/components/policy/core/browser/url_blacklist_manager.h
|
| @@ -37,7 +37,7 @@ namespace policy {
|
| // against this set. The filters are currently kept in memory.
|
| class POLICY_EXPORT URLBlacklist {
|
| public:
|
| - // This is meant to be bound to url_fixer::SegmentURL. See that function
|
| + // This is meant to be bound to url_formatter::SegmentURL. See that function
|
| // for documentation on the parameters and return value.
|
| typedef std::string (*SegmentURLCallback)(const std::string&, url::Parsed*);
|
|
|
|
|