chromium/chrome/browser/heavy_ad_intervention/heavy_ad_service_factory.cc

// Copyright 2019 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/heavy_ad_intervention/heavy_ad_service_factory.h"

#include "chrome/browser/profiles/profile.h"
#include "components/heavy_ad_intervention/heavy_ad_service.h"
#include "content/public/browser/browser_context.h"

namespace {

base::LazyInstance<HeavyAdServiceFactory>::DestructorAtExit g_heavy_ad_factory =;

}  // namespace

// static
heavy_ad_intervention::HeavyAdService*
HeavyAdServiceFactory::GetForBrowserContext(content::BrowserContext* context) {}

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

HeavyAdServiceFactory::HeavyAdServiceFactory()
    :{}

HeavyAdServiceFactory::~HeavyAdServiceFactory() {}

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