chromium/components/download/content/factory/navigation_monitor_factory.cc

// Copyright 2017 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/download/content/factory/navigation_monitor_factory.h"

#include "components/download/internal/background_service/navigation_monitor_impl.h"
#include "components/keyed_service/core/simple_dependency_manager.h"

namespace download {

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

// static
download::NavigationMonitor* NavigationMonitorFactory::GetForKey(
    SimpleFactoryKey* key) {}

NavigationMonitorFactory::NavigationMonitorFactory()
    :{}

NavigationMonitorFactory::~NavigationMonitorFactory() = default;

std::unique_ptr<KeyedService> NavigationMonitorFactory::BuildServiceInstanceFor(
    SimpleFactoryKey* key) const {}

SimpleFactoryKey* NavigationMonitorFactory::GetKeyToUse(
    SimpleFactoryKey* key) const {}

}  // namespace download