| Index: chrome/browser/ui/webui/ntp/foreign_session_handler.cc
|
| diff --git a/chrome/browser/ui/webui/ntp/foreign_session_handler.cc b/chrome/browser/ui/webui/ntp/foreign_session_handler.cc
|
| index 0190cc1c1d02b0137d193f409aeb5abb8acaa24e..fd93d7733c4f75f778b406bbb20c73ecee882570 100644
|
| --- a/chrome/browser/ui/webui/ntp/foreign_session_handler.cc
|
| +++ b/chrome/browser/ui/webui/ntp/foreign_session_handler.cc
|
| @@ -127,7 +127,7 @@ bool ForeignSessionHandler::SessionTabToValue(
|
|
|
| int selected_index = std::min(tab.current_navigation_index,
|
| static_cast<int>(tab.navigations.size() - 1));
|
| - const TabNavigation& current_navigation =
|
| + const components::SerializedNavigationEntry& current_navigation =
|
| tab.navigations.at(selected_index);
|
| GURL tab_url = current_navigation.virtual_url();
|
| if (tab_url == GURL(chrome::kChromeUINewTabURL))
|
|
|