chromium/chrome/browser/ui/cookie_controls/cookie_controls_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/ui/cookie_controls/cookie_controls_service_factory.h"

#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/ui/cookie_controls/cookie_controls_service.h"

// static
CookieControlsService* CookieControlsServiceFactory::GetForProfile(
    Profile* profile) {}

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

// static
KeyedService* CookieControlsServiceFactory::BuildInstanceFor(Profile* profile) {}

CookieControlsServiceFactory::CookieControlsServiceFactory()
    :{}

CookieControlsServiceFactory::~CookieControlsServiceFactory() = default;

KeyedService* CookieControlsServiceFactory::BuildServiceInstanceFor(
    content::BrowserContext* profile) const {}