chromium/chrome/browser/affiliations/affiliation_service_factory.cc

// 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 "chrome/browser/affiliations/affiliation_service_factory.h"

#include "base/files/file_path.h"
#include "base/no_destructor.h"
#include "base/task/sequenced_task_runner.h"
#include "base/task/thread_pool.h"
#include "chrome/browser/profiles/profile.h"
#include "components/affiliations/core/browser/affiliation_constants.h"
#include "components/affiliations/core/browser/affiliation_service_impl.h"
#include "content/public/browser/browser_context.h"
#include "content/public/browser/network_service_instance.h"
#include "content/public/browser/storage_partition.h"
#include "services/network/public/cpp/shared_url_loader_factory.h"

AffiliationServiceFactory::AffiliationServiceFactory()
    :{}

AffiliationServiceFactory::~AffiliationServiceFactory() = default;

AffiliationServiceFactory* AffiliationServiceFactory::GetInstance() {}

affiliations::AffiliationService* AffiliationServiceFactory::GetForProfile(
    Profile* profile) {}

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