#ifndef COMPONENTS_SESSIONS_CORE_TAB_RESTORE_SERVICE_IMPL_H_
#define COMPONENTS_SESSIONS_CORE_TAB_RESTORE_SERVICE_IMPL_H_
#include <memory>
#include <optional>
#include <vector>
#include "base/compiler_specific.h"
#include "components/prefs/pref_change_registrar.h"
#include "components/sessions/core/sessions_export.h"
#include "components/sessions/core/tab_restore_service.h"
#include "components/sessions/core/tab_restore_service_client.h"
#include "components/sessions/core/tab_restore_service_helper.h"
class PrefService;
class TabRestoreServiceImplTest;
namespace sessions {
class SESSIONS_EXPORT TabRestoreServiceImpl : public TabRestoreService { … };
}
#endif