| Index: chrome/test/base/ui_test_utils.cc
|
| diff --git a/chrome/test/base/ui_test_utils.cc b/chrome/test/base/ui_test_utils.cc
|
| index f3b91f65925a60a25baa4a752e4d1060b92acb87..fbf366d3fbfb5d2916ab7686f894e284b2025cf3 100644
|
| --- a/chrome/test/base/ui_test_utils.cc
|
| +++ b/chrome/test/base/ui_test_utils.cc
|
| @@ -187,7 +187,7 @@ bool GetCurrentTabTitle(const Browser* browser, string16* title) {
|
| NavigationEntry* last_entry = web_contents->GetController().GetActiveEntry();
|
| if (!last_entry)
|
| return false;
|
| - title->assign(last_entry->GetTitleForDisplay(""));
|
| + title->assign(last_entry->GetTitleForDisplay(std::string()));
|
| return true;
|
| }
|
|
|
|
|