| Index: chrome/browser/sessions/session_types.cc
|
| diff --git a/chrome/browser/sessions/session_types.cc b/chrome/browser/sessions/session_types.cc
|
| index 89dc829966dafba1499de234ff02509044597e13..1ecd922e78d7ecf9682bc21a30d26d8ad334472a 100644
|
| --- a/chrome/browser/sessions/session_types.cc
|
| +++ b/chrome/browser/sessions/session_types.cc
|
| @@ -16,8 +16,8 @@ using sessions::SerializedNavigationEntry;
|
| SessionTab::SessionTab()
|
| : tab_visual_index(-1),
|
| current_navigation_index(-1),
|
| - pinned(false) {
|
| -}
|
| + pinned(false),
|
| + sync_session_id(-1) {}
|
|
|
| SessionTab::~SessionTab() {
|
| }
|
|
|