| Index: chrome/browser/history/history_tab_helper.cc
|
| diff --git a/chrome/browser/history/history_tab_helper.cc b/chrome/browser/history/history_tab_helper.cc
|
| index a98455792689c9463aefd0f55a77cfaef873a035..5438b9726748609a1dbf941ab6fe1753d88a7041 100644
|
| --- a/chrome/browser/history/history_tab_helper.cc
|
| +++ b/chrome/browser/history/history_tab_helper.cc
|
| @@ -53,7 +53,8 @@ void HistoryTabHelper::UpdateHistoryForNavigation(
|
| void HistoryTabHelper::UpdateHistoryPageTitle(const NavigationEntry& entry) {
|
| HistoryService* hs = GetHistoryService();
|
| if (hs)
|
| - hs->SetPageTitle(entry.GetVirtualURL(), entry.GetTitleForDisplay(""));
|
| + hs->SetPageTitle(entry.GetVirtualURL(),
|
| + entry.GetTitleForDisplay(std::string()));
|
| }
|
|
|
| history::HistoryAddPageArgs
|
|
|