// Copyright 2020 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/policy/core/common/management/scoped_management_service_override_for_testing.h" namespace policy { ScopedManagementServiceOverrideForTesting:: ScopedManagementServiceOverrideForTesting(ManagementService* service, uint64_t authorities) : … { … } ScopedManagementServiceOverrideForTesting:: ~ScopedManagementServiceOverrideForTesting() { … } } // namespace policy