chromium/chrome/browser/enterprise/reporting/cloud_profile_reporting_service_factory.cc

// 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/enterprise/reporting/cloud_profile_reporting_service_factory.h"

#include "chrome/browser/enterprise/identifiers/profile_id_service_factory.h"
#include "chrome/browser/enterprise/reporting/cloud_profile_reporting_service.h"
#include "chrome/browser/profiles/profile.h"
#include "components/enterprise/browser/reporting/report_scheduler.h"
#include "services/network/public/cpp/shared_url_loader_factory.h"

namespace enterprise_reporting {

// static
CloudProfileReportingServiceFactory*
CloudProfileReportingServiceFactory::GetInstance() {}

// static
CloudProfileReportingService*
CloudProfileReportingServiceFactory::GetForProfile(Profile* profile) {}

std::unique_ptr<KeyedService>
CloudProfileReportingServiceFactory::BuildServiceInstanceForBrowserContext(
    content::BrowserContext* context) const {}
bool CloudProfileReportingServiceFactory::ServiceIsCreatedWithBrowserContext()
    const {}

CloudProfileReportingServiceFactory::CloudProfileReportingServiceFactory()
    :{}

CloudProfileReportingServiceFactory::~CloudProfileReportingServiceFactory() =
    default;

}  // namespace enterprise_reporting