Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(437)

Unified Diff: components/policy/core/browser/url_blacklist_manager.h

Issue 1171333003: Move net::FormatUrl and friends outside of //net and into //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase again now that CQ is fixed Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/password_manager/core/browser/affiliation_utils.cc ('k') | components/search_engines.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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*);
« no previous file with comments | « components/password_manager/core/browser/affiliation_utils.cc ('k') | components/search_engines.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698