chromium/chrome/browser/ui/global_error/global_error_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/ui/global_error/global_error_service_factory.h"

#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/ui/global_error/global_error_service.h"

// static
GlobalErrorService* GlobalErrorServiceFactory::GetForProfile(Profile* profile) {}

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

GlobalErrorServiceFactory::GlobalErrorServiceFactory()
    :{}

GlobalErrorServiceFactory::~GlobalErrorServiceFactory() = default;

KeyedService* GlobalErrorServiceFactory::BuildServiceInstanceFor(
    content::BrowserContext* profile) const {}