chromium/chrome/browser/sharing_hub/sharing_hub_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/sharing_hub/sharing_hub_service_factory.h"

#include "base/no_destructor.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/sharing_hub/sharing_hub_service.h"

namespace sharing_hub {

// static
SharingHubService* SharingHubServiceFactory::GetForProfile(Profile* profile) {}

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

SharingHubServiceFactory::SharingHubServiceFactory()
    :{}

SharingHubServiceFactory::~SharingHubServiceFactory() = default;

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

}  // namespace sharing_hub