#include "chrome/browser/enterprise/connectors/device_trust/key_management/browser/key_rotation_launcher.h"
#include <memory>
#include <utility>
#include "base/memory/scoped_refptr.h"
#include "chrome/browser/enterprise/connectors/device_trust/key_management/browser/key_rotation_launcher_impl.h"
#include "services/network/public/cpp/shared_url_loader_factory.h"
namespace enterprise_connectors {
std::unique_ptr<KeyRotationLauncher> KeyRotationLauncher::Create(
policy::BrowserDMTokenStorage* dm_token_storage,
policy::DeviceManagementService* device_management_service,
scoped_refptr<network::SharedURLLoaderFactory> url_loader_factory) { … }
}