Index: ios/chrome/browser/tabs/tab_unittest.mm |
diff --git a/ios/chrome/browser/tabs/tab_unittest.mm b/ios/chrome/browser/tabs/tab_unittest.mm |
index c611f47d9a23cd5fee916c84a4e2593faeb05d72..d863fa33d3bda575307b50090ba71e2ef0be14c3 100644 |
--- a/ios/chrome/browser/tabs/tab_unittest.mm |
+++ b/ios/chrome/browser/tabs/tab_unittest.mm |
@@ -242,6 +242,8 @@ class TabTest : public BlockCleanupTest { |
[[tab_ navigationManager]->GetSessionController() commitPendingItem]; |
[[tab_ webController] webStateImpl]->OnNavigationCommitted(redirectUrl); |
[tab_ webDidStartLoadingURL:redirectUrl shouldUpdateHistory:YES]; |
+ base::string16 new_title = base::SysNSStringToUTF16(title); |
+ [tab_ navigationManager]->GetLastCommittedItem()->SetTitle(new_title); |
[tab_ webController:mock_web_controller_ titleDidChange:title]; |
[[[(id)mock_web_controller_ expect] |
andReturnValue:OCMOCK_VALUE(kPageLoaded)] loadPhase]; |