#include "chrome/browser/ui/tabs/pinned_tab_service_factory.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/ui/tabs/pinned_tab_service.h"
PinnedTabService* PinnedTabServiceFactory::GetForProfile(
Profile* profile) { … }
PinnedTabServiceFactory* PinnedTabServiceFactory::GetInstance() { … }
PinnedTabServiceFactory::PinnedTabServiceFactory()
: … { … }
PinnedTabServiceFactory::~PinnedTabServiceFactory() = default;
KeyedService* PinnedTabServiceFactory::BuildServiceInstanceFor(
content::BrowserContext* profile) const { … }
bool PinnedTabServiceFactory::ServiceIsCreatedWithBrowserContext() const { … }
bool PinnedTabServiceFactory::ServiceIsNULLWhileTesting() const { … }