chromium/chrome/browser/sync/data_type_store_service_factory.cc

// Copyright 2018 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/sync/data_type_store_service_factory.h"

#include "chrome/browser/profiles/profile.h"
#include "components/sync/model/data_type_store_service_impl.h"

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

// static
syncer::DataTypeStoreService* DataTypeStoreServiceFactory::GetForProfile(
    Profile* profile) {}

DataTypeStoreServiceFactory::DataTypeStoreServiceFactory()
    :{}

DataTypeStoreServiceFactory::~DataTypeStoreServiceFactory() = default;

KeyedService* DataTypeStoreServiceFactory::BuildServiceInstanceFor(
    content::BrowserContext* context) const {}