#ifndef COMPONENTS_SESSIONS_CONTENT_CONTENT_PLATFORM_SPECIFIC_TAB_DATA_H_
#define COMPONENTS_SESSIONS_CONTENT_CONTENT_PLATFORM_SPECIFIC_TAB_DATA_H_
#include "base/memory/ref_counted.h"
#include "components/sessions/core/live_tab.h"
#include "components/sessions/core/sessions_export.h"
#include "content/public/browser/session_storage_namespace.h"
namespace content {
class WebContents;
}
namespace sessions {
class SESSIONS_EXPORT ContentPlatformSpecificTabData
: public tab_restore::PlatformSpecificTabData { … };
}
#endif