| Index: chrome/browser/sessions/session_types.cc
|
| diff --git a/chrome/browser/sessions/session_types.cc b/chrome/browser/sessions/session_types.cc
|
| index 6cf193cc50cccb18bfb252997db4e8422a034f28..cdf77f6ce6ac8ab345fe151c9579a9c85f0c96c9 100644
|
| --- a/chrome/browser/sessions/session_types.cc
|
| +++ b/chrome/browser/sessions/session_types.cc
|
| @@ -51,3 +51,13 @@ SessionWindow::SessionWindow()
|
| SessionWindow::~SessionWindow() {
|
| STLDeleteElements(&tabs);
|
| }
|
| +
|
| +// ForeignSession --------------------------------------------------------------
|
| +
|
| +ForeignSession::ForeignSession() : foreign_tession_tag("invalid") {
|
| +}
|
| +
|
| +ForeignSession::~ForeignSession() {
|
| + STLDeleteElements(&windows);
|
| +}
|
| +
|
|
|