| Index: components/history/core/browser/web_history_service.cc
|
| diff --git a/components/history/core/browser/web_history_service.cc b/components/history/core/browser/web_history_service.cc
|
| index abe202c87cdbc5dddefc9b56086533918efb5802..747553c135f225b862cf734150b9bc2e7e08fc39 100644
|
| --- a/components/history/core/browser/web_history_service.cc
|
| +++ b/components/history/core/browser/web_history_service.cc
|
| @@ -514,7 +514,7 @@ void WebHistoryService::QueryOtherFormsOfBrowsingHistory(
|
| channel);
|
| GURL::Replacements replace_path;
|
| std::string new_path =
|
| - url.path() + kQueryOtherFormsOfBrowsingHistoryUrlSuffix;
|
| + url.path().as_string() + kQueryOtherFormsOfBrowsingHistoryUrlSuffix;
|
| replace_path.SetPathStr(new_path);
|
| url = url.ReplaceComponents(replace_path);
|
| DCHECK(url.is_valid());
|
|
|