// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/user_manager/user_type.h" namespace user_manager { const char* UserTypeToString(UserType user_type) { … } } // namespace user_manager