#ifndef COMPONENTS_DESKS_STORAGE_CORE_DESK_SYNC_SERVICE_H_
#define COMPONENTS_DESKS_STORAGE_CORE_DESK_SYNC_SERVICE_H_
#include <memory>
#include "base/memory/weak_ptr.h"
#include "components/account_id/account_id.h"
#include "components/keyed_service/core/keyed_service.h"
#include "components/sync/model/data_type_store_service.h"
#include "components/version_info/channel.h"
namespace syncer {
class DataTypeControllerDelegate;
}
namespace desks_storage {
class DeskSyncBridge;
class DeskModel;
class DeskSyncService : public KeyedService { … };
}
#endif