// 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. #include "chrome/browser/enterprise/remote_commands/user_remote_commands_factory.h" #include "chrome/test/base/testing_profile.h" #include "components/policy/core/common/remote_commands/remote_command_job.h" #include "content/public/test/browser_task_environment.h" #include "testing/gtest/include/gtest/gtest.h" namespace enterprise_commands { UserRemoteCommandsFactoryTest; TEST_F(UserRemoteCommandsFactoryTest, CreateClearDataJob) { … } } // namespace enterprise_commands