chromium/chrome/browser/offline_items_collection/offline_content_aggregator_factory.cc

// Copyright 2017 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/offline_items_collection/offline_content_aggregator_factory.h"

#include "base/no_destructor.h"
#include "build/build_config.h"
#include "chrome/browser/profiles/profile_key.h"
#include "components/keyed_service/core/simple_dependency_manager.h"
#include "components/offline_items_collection/core/offline_content_aggregator.h"

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

// static
offline_items_collection::OfflineContentAggregator*
OfflineContentAggregatorFactory::GetForKey(SimpleFactoryKey* key) {}

OfflineContentAggregatorFactory::OfflineContentAggregatorFactory()
    :{}

OfflineContentAggregatorFactory::~OfflineContentAggregatorFactory() = default;

std::unique_ptr<KeyedService>
OfflineContentAggregatorFactory::BuildServiceInstanceFor(
    SimpleFactoryKey* key) const {}

SimpleFactoryKey* OfflineContentAggregatorFactory::GetKeyToUse(
    SimpleFactoryKey* key) const {}