chromium/chrome/browser/enterprise/connectors/device_trust/key_management/browser/key_rotation_launcher.cc

// Copyright 2021 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/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 {

// static
std::unique_ptr<KeyRotationLauncher> KeyRotationLauncher::Create(
    policy::BrowserDMTokenStorage* dm_token_storage,
    policy::DeviceManagementService* device_management_service,
    scoped_refptr<network::SharedURLLoaderFactory> url_loader_factory) {}

}  // namespace enterprise_connectors