#ifndef COMPONENTS_SYNC_SERVICE_DATA_TYPE_CONTROLLER_H_
#define COMPONENTS_SYNC_SERVICE_DATA_TYPE_CONTROLLER_H_
#include <map>
#include <memory>
#include <string>
#include <vector>
#include "base/containers/flat_map.h"
#include "base/functional/callback.h"
#include "base/memory/raw_ptr.h"
#include "base/memory/weak_ptr.h"
#include "base/sequence_checker.h"
#include "base/values.h"
#include "components/sync/base/data_type.h"
#include "components/sync/base/sync_mode.h"
#include "components/sync/base/sync_stop_metadata_fate.h"
#include "components/sync/model/data_type_controller_delegate.h"
#include "components/sync/model/model_error.h"
#include "components/sync/model/sync_error.h"
#include "components/sync/service/configure_context.h"
#include "components/sync/service/data_type_local_data_batch_uploader.h"
namespace syncer {
struct ConfigureContext;
struct DataTypeActivationResponse;
struct TypeEntitiesCount;
class SyncError;
class DataTypeController { … };
}
#endif