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..6702b6ee6c448308396cce929fab899bba04ffaf 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 ::sessions::SerializedNavigationEntry& current_navigation = |
tab.navigations.at(selected_index); |
GURL tab_url = current_navigation.virtual_url(); |
if (tab_url == GURL(chrome::kChromeUINewTabURL)) |