| 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 d484fb6b82411adea35961ac136ccaa7ff82ff03..8ede72d129885b7eecd455286932829b2bdfda07 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",
|
| + base::ReplaceSubstringsAfterOffset(&translatedUrlSpec, 0, "%s",
|
| net::EscapeQueryParamValue(url.spec(), true));
|
| return GURL(translatedUrlSpec);
|
| }
|
|
|