chromium/chrome/browser/ui/webui/top_chrome/webui_contents_wrapper_service_factory.cc

// Copyright 2021 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/webui/top_chrome/webui_contents_wrapper_service_factory.h"

#include "base/no_destructor.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/ui/webui/top_chrome/webui_contents_wrapper_service.h"

// static
WebUIContentsWrapperService*
WebUIContentsWrapperServiceFactory::GetForProfile(Profile* profile,
                                                   bool create_if_necessary) {}

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

WebUIContentsWrapperServiceFactory::WebUIContentsWrapperServiceFactory()
    :{}

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

WebUIContentsWrapperServiceFactory::~WebUIContentsWrapperServiceFactory() =
    default;