// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROMEOS_ASH_COMPONENTS_STANDALONE_BROWSER_LACROS_AVAILABILITY_H_ #define CHROMEOS_ASH_COMPONENTS_STANDALONE_BROWSER_LACROS_AVAILABILITY_H_ #include <optional> #include <string_view> #include "base/component_export.h" #include "base/feature_list.h" namespace policy { class PolicyMap; } namespace user_manager { class User; } namespace ashstandalone_browser // namespace ash::standalone_browser #endif // CHROMEOS_ASH_COMPONENTS_STANDALONE_BROWSER_LACROS_AVAILABILITY_H_