// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/ui/webui/app_home/app_home_mojom_traits.h" namespace mojo { app_home::mojom::RunOnOsLoginMode EnumTraits< app_home::mojom::RunOnOsLoginMode, web_app::RunOnOsLoginMode>::ToMojom(web_app::RunOnOsLoginMode input) { … } bool EnumTraits<app_home::mojom::RunOnOsLoginMode, web_app::RunOnOsLoginMode>:: FromMojom(app_home::mojom::RunOnOsLoginMode input, web_app::RunOnOsLoginMode* output) { … } } // namespace mojo