#include "chrome/browser/privacy_sandbox/privacy_sandbox_notice_service_factory.h"
#include <memory>
#include "base/no_destructor.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/profiles/profile_selections.h"
PrivacySandboxNoticeServiceFactory*
PrivacySandboxNoticeServiceFactory::GetInstance() { … }
privacy_sandbox::PrivacySandboxNoticeService*
PrivacySandboxNoticeServiceFactory::GetForProfile(Profile* profile) { … }
PrivacySandboxNoticeServiceFactory::PrivacySandboxNoticeServiceFactory()
: … { … }
std::unique_ptr<KeyedService>
PrivacySandboxNoticeServiceFactory::BuildServiceInstanceForBrowserContext(
content::BrowserContext* context) const { … }