| Index: chrome/browser/ui/webui/history_ui.cc
|
| diff --git a/chrome/browser/ui/webui/history_ui.cc b/chrome/browser/ui/webui/history_ui.cc
|
| index 1508b4bd09e03a8c358f0ed21824d299cfadc489..5bf1fb3b4f35d57453a690c643121bb55b1944b5 100644
|
| --- a/chrome/browser/ui/webui/history_ui.cc
|
| +++ b/chrome/browser/ui/webui/history_ui.cc
|
| @@ -398,7 +398,7 @@ HistoryUI::HistoryUI(TabContents* contents) : ChromeWebUI(contents) {
|
| // static
|
| const GURL HistoryUI::GetHistoryURLWithSearchText(const string16& text) {
|
| return GURL(std::string(chrome::kChromeUIHistoryURL) + "#q=" +
|
| - EscapeQueryParamValue(UTF16ToUTF8(text), true));
|
| + net::EscapeQueryParamValue(UTF16ToUTF8(text), true));
|
| }
|
|
|
| // static
|
|
|