| Index: chrome/browser/extensions/api/tabs/ash_panel_contents.cc
|
| diff --git a/chrome/browser/extensions/api/tabs/ash_panel_contents.cc b/chrome/browser/extensions/api/tabs/ash_panel_contents.cc
|
| index 085678ef52b76c5f799599c7b40619f38a20dbb0..8fd853499c8a6324bc2719f6c25df2e38fe1e94f 100644
|
| --- a/chrome/browser/extensions/api/tabs/ash_panel_contents.cc
|
| +++ b/chrome/browser/extensions/api/tabs/ash_panel_contents.cc
|
| @@ -102,7 +102,7 @@ base::DictionaryValue* AshPanelWindowController::CreateTabValue(
|
|
|
| base::DictionaryValue* tab_value = new base::DictionaryValue();
|
| tab_value->SetInteger(extensions::tabs_constants::kIdKey,
|
| - SessionID::IdForTab(web_contents));
|
| + SessionTabHelper::IdForTab(web_contents));
|
| tab_value->SetInteger(extensions::tabs_constants::kIndexKey, 0);
|
| const int window_id = GetWindowId();
|
| tab_value->SetInteger(extensions::tabs_constants::kWindowIdKey, window_id);
|
|
|