| Index: chrome/common/custom_handlers/protocol_handler.cc
|
| diff --git a/chrome/common/custom_handlers/protocol_handler.cc b/chrome/common/custom_handlers/protocol_handler.cc
|
| index 92eb48be9af91d7149930928f07df6e51fd7c2e5..cbc1f97c639be7c2e3b85ee0eb74e68d72ddf0cb 100644
|
| --- a/chrome/common/custom_handlers/protocol_handler.cc
|
| +++ b/chrome/common/custom_handlers/protocol_handler.cc
|
| @@ -53,7 +53,7 @@ ProtocolHandler ProtocolHandler::CreateProtocolHandler(
|
| GURL ProtocolHandler::TranslateUrl(const GURL& url) const {
|
| std::string translatedUrlSpec(url_.spec());
|
| ReplaceSubstringsAfterOffset(&translatedUrlSpec, 0, "%s",
|
| - EscapeQueryParamValue(url.spec(), true));
|
| + net::EscapeQueryParamValue(url.spec(), true));
|
| return GURL(translatedUrlSpec);
|
| }
|
|
|
|
|