// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_SESSIONS_CORE_SESSION_ID_GENERATOR_H_ #define COMPONENTS_SESSIONS_CORE_SESSION_ID_GENERATOR_H_ #include "base/functional/callback.h" #include "base/memory/raw_ptr.h" #include "base/memory/singleton.h" #include "base/sequence_checker.h" #include "components/sessions/core/session_id.h" #include "components/sessions/core/sessions_export.h" class PrefRegistrySimple; class PrefService; namespace sessions { class SESSIONS_EXPORT SessionIdGenerator { … }; } // namespace sessions #endif // COMPONENTS_SESSIONS_CORE_SESSION_ID_GENERATOR_H_