chromium/components/autofill/content/browser/autofill_log_router_factory.cc

// Copyright 2019 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/autofill/content/browser/autofill_log_router_factory.h"

#include "components/autofill/core/browser/logging/log_router.h"
#include "components/autofill/core/common/autofill_features.h"
#include "components/keyed_service/content/browser_context_dependency_manager.h"

namespace autofill {

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

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

AutofillLogRouterFactory::AutofillLogRouterFactory()
    :{}

AutofillLogRouterFactory::~AutofillLogRouterFactory() = default;

KeyedService* AutofillLogRouterFactory::BuildServiceInstanceFor(
    content::BrowserContext* /* context */) const {}

}  // namespace autofill