Index: chrome/browser/ui/gtk/global_history_menu.cc |
diff --git a/chrome/browser/ui/gtk/global_history_menu.cc b/chrome/browser/ui/gtk/global_history_menu.cc |
index da94e63624a6ac483a1a6e3a741316a8d2f82175..bde966c95797261d6d9a7a62c7d76772054e0359 100644 |
--- a/chrome/browser/ui/gtk/global_history_menu.cc |
+++ b/chrome/browser/ui/gtk/global_history_menu.cc |
@@ -172,7 +172,7 @@ GlobalHistoryMenu::HistoryItem* GlobalHistoryMenu::HistoryItemForMenuItem( |
GlobalHistoryMenu::HistoryItem* GlobalHistoryMenu::HistoryItemForTab( |
const TabRestoreService::Tab& entry) { |
- const TabNavigation& current_navigation = |
+ const sessions::SerializedNavigationEntry& current_navigation = |
entry.navigations.at(entry.current_navigation_index); |
HistoryItem* item = new HistoryItem(); |
item->title = current_navigation.title(); |