| Index: content/browser/frame_host/navigation_controller_impl_unittest.cc
|
| diff --git a/content/browser/frame_host/navigation_controller_impl_unittest.cc b/content/browser/frame_host/navigation_controller_impl_unittest.cc
|
| index 3cb4da57c520b6888ca00974ed174c0ad820ae7a..e86f1fdba6f93d1c2a05271b014d94b820380048 100644
|
| --- a/content/browser/frame_host/navigation_controller_impl_unittest.cc
|
| +++ b/content/browser/frame_host/navigation_controller_impl_unittest.cc
|
| @@ -4947,7 +4947,7 @@ TEST_F(NavigationControllerTest, PushStateUpdatesTitleAndFavicon) {
|
|
|
| // The title should immediately be visible on the new NavigationEntry.
|
| base::string16 new_title =
|
| - controller().GetLastCommittedEntry()->GetTitleForDisplay(std::string());
|
| + controller().GetLastCommittedEntry()->GetTitleForDisplay();
|
| EXPECT_EQ(title, new_title);
|
| FaviconStatus new_favicon =
|
| controller().GetLastCommittedEntry()->GetFavicon();
|
|
|