chromium/chrome/browser/ui/safety_hub/password_status_check_service_factory.cc

// Copyright 2023 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/safety_hub/password_status_check_service_factory.h"

#include "chrome/browser/affiliations/affiliation_service_factory.h"
#include "chrome/browser/password_manager/account_password_store_factory.h"
#include "chrome/browser/password_manager/profile_password_store_factory.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/ui/safety_hub/password_status_check_service.h"
#include "chrome/common/chrome_features.h"

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

// static
PasswordStatusCheckService* PasswordStatusCheckServiceFactory::GetForProfile(
    Profile* profile) {}

PasswordStatusCheckServiceFactory::PasswordStatusCheckServiceFactory()
    :{}

PasswordStatusCheckServiceFactory::~PasswordStatusCheckServiceFactory() =
    default;

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