chromium/chrome/browser/captive_portal/captive_portal_service_factory.cc

// Copyright 2012 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/captive_portal/captive_portal_service_factory.h"

#include "chrome/browser/profiles/profile.h"
#include "components/captive_portal/content/captive_portal_service.h"

// static
captive_portal::CaptivePortalService*
CaptivePortalServiceFactory::GetForProfile(Profile* profile) {}

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

CaptivePortalServiceFactory::CaptivePortalServiceFactory()
    :{}

CaptivePortalServiceFactory::~CaptivePortalServiceFactory() = default;

std::unique_ptr<KeyedService>
CaptivePortalServiceFactory::BuildServiceInstanceForBrowserContext(
    content::BrowserContext* profile) const {}