| Index: chrome/browser/safe_browsing/protocol_manager.cc
|
| diff --git a/chrome/browser/safe_browsing/protocol_manager.cc b/chrome/browser/safe_browsing/protocol_manager.cc
|
| index 87e705e64f60edc501628682ef97edf0d495393f..412325a490f4839681c56ebc716da4c5c7f57944 100644
|
| --- a/chrome/browser/safe_browsing/protocol_manager.cc
|
| +++ b/chrome/browser/safe_browsing/protocol_manager.cc
|
| @@ -797,9 +797,9 @@ GURL SafeBrowsingProtocolManager::SafeBrowsingHitUrl(
|
| }
|
| return GURL(base::StringPrintf("%s&evts=%s&evtd=%s&evtr=%s&evhr=%s&evtb=%d",
|
| url.c_str(), threat_list.c_str(),
|
| - EscapeQueryParamValue(malicious_url.spec(), true).c_str(),
|
| - EscapeQueryParamValue(page_url.spec(), true).c_str(),
|
| - EscapeQueryParamValue(referrer_url.spec(), true).c_str(),
|
| + net::EscapeQueryParamValue(malicious_url.spec(), true).c_str(),
|
| + net::EscapeQueryParamValue(page_url.spec(), true).c_str(),
|
| + net::EscapeQueryParamValue(referrer_url.spec(), true).c_str(),
|
| is_subresource));
|
| }
|
|
|
|
|