| Index: chrome/browser/jumplist_win.cc
|
| diff --git a/chrome/browser/jumplist_win.cc b/chrome/browser/jumplist_win.cc
|
| index a13706f893a44e91a146d6172a7968aefc90eaf6..5015b9729ae20c1bde00cd8b088d16009bb3ae72 100644
|
| --- a/chrome/browser/jumplist_win.cc
|
| +++ b/chrome/browser/jumplist_win.cc
|
| @@ -638,7 +638,7 @@ bool JumpList::AddTab(const TabRestoreService::Tab* tab,
|
| return false;
|
|
|
| scoped_refptr<ShellLinkItem> link(new ShellLinkItem);
|
| - const TabNavigation& current_navigation =
|
| + const components::SerializedNavigationEntry& current_navigation =
|
| tab->navigations.at(tab->current_navigation_index);
|
| std::string url = current_navigation.virtual_url().spec();
|
| link->SetArguments(UTF8ToWide(url));
|
|
|