summaryrefslogtreecommitdiffstats
path: root/components/policy/core/browser/url_blacklist_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/policy/core/browser/url_blacklist_manager.h')
-rw-r--r--components/policy/core/browser/url_blacklist_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/policy/core/browser/url_blacklist_manager.h b/components/policy/core/browser/url_blacklist_manager.h
index 03e44ad..2fd782e 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*);