chromium/components/password_manager/content/browser/password_manager_log_router_factory.cc

// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/password_manager/content/browser/password_manager_log_router_factory.h"

#include "components/autofill/core/browser/logging/log_router.h"
#include "components/keyed_service/content/browser_context_dependency_manager.h"
#include "components/password_manager/core/browser/features/password_features.h"

namespace password_manager {

LogRouter;

// static
LogRouter* PasswordManagerLogRouterFactory::GetForBrowserContext(
    content::BrowserContext* context) {}

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

PasswordManagerLogRouterFactory::PasswordManagerLogRouterFactory()
    :{}

PasswordManagerLogRouterFactory::~PasswordManagerLogRouterFactory() = default;

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

}  // namespace password_manager