| 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..be8e8a1e3d8069a262359a4f7869af2aa5ad40a0 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 components::SerializedNavigationEntry& current_navigation =
|
| entry.navigations.at(entry.current_navigation_index);
|
| HistoryItem* item = new HistoryItem();
|
| item->title = current_navigation.title();
|
|
|