Chromium Code Reviews| Index: chrome/browser/dom_ui/history_ui.cc |
| =================================================================== |
| --- chrome/browser/dom_ui/history_ui.cc (revision 36339) |
| +++ chrome/browser/dom_ui/history_ui.cc (working copy) |
| @@ -377,7 +377,7 @@ |
| // static |
| const GURL HistoryUI::GetHistoryURLWithSearchText(const std::wstring& text) { |
| return GURL(std::string(chrome::kChromeUIHistoryURL) + "#q=" + |
| - EscapeQueryParamValue(WideToUTF8(text))); |
| + EscapeQueryParamValue(WideToUTF8(text), true)); |
| } |
| // static |