#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"
GlobalErrorService* GlobalErrorServiceFactory::GetForProfile(Profile* profile) { … }
GlobalErrorServiceFactory* GlobalErrorServiceFactory::GetInstance() { … }
GlobalErrorServiceFactory::GlobalErrorServiceFactory()
: … { … }
GlobalErrorServiceFactory::~GlobalErrorServiceFactory() = default;
KeyedService* GlobalErrorServiceFactory::BuildServiceInstanceFor(
content::BrowserContext* profile) const { … }