#ifndef COMPONENTS_SYNC_MODEL_DATA_TYPE_STORE_SERVICE_IMPL_H_
#define COMPONENTS_SYNC_MODEL_DATA_TYPE_STORE_SERVICE_IMPL_H_
#include <optional>
#include "base/files/file_path.h"
#include "base/memory/scoped_refptr.h"
#include "base/memory/weak_ptr.h"
#include "base/sequence_checker.h"
#include "base/task/sequenced_task_runner.h"
#include "components/sync/model/data_type_store.h"
#include "components/sync/model/data_type_store_service.h"
class PrefService;
namespace syncer {
class DataTypeStoreBackend;
class DataTypeStoreServiceImpl : public DataTypeStoreService { … };
}
#endif