#include "chrome/browser/gcm/instance_id/instance_id_profile_service_factory.h"
#include <memory>
#include "chrome/browser/gcm/gcm_profile_service_factory.h"
#include "chrome/browser/profiles/profile.h"
#include "components/gcm_driver/gcm_profile_service.h"
#include "components/gcm_driver/instance_id/instance_id_profile_service.h"
namespace instance_id {
InstanceIDProfileService* InstanceIDProfileServiceFactory::GetForProfile(
content::BrowserContext* profile) { … }
InstanceIDProfileServiceFactory*
InstanceIDProfileServiceFactory::GetInstance() { … }
InstanceIDProfileServiceFactory::InstanceIDProfileServiceFactory()
: … { … }
InstanceIDProfileServiceFactory::~InstanceIDProfileServiceFactory() = default;
KeyedService* InstanceIDProfileServiceFactory::BuildServiceInstanceFor(
content::BrowserContext* context) const { … }
}