#ifndef COMPONENTS_SYNC_SERVICE_DATA_TYPE_MANAGER_H_
#define COMPONENTS_SYNC_SERVICE_DATA_TYPE_MANAGER_H_
#include <set>
#include <string>
#include "components/sync/base/data_type.h"
#include "components/sync/base/sync_stop_metadata_fate.h"
#include "components/sync/engine/configure_reason.h"
#include "components/sync/model/sync_error.h"
#include "components/sync/service/data_type_controller.h"
#include "components/sync/service/data_type_status_table.h"
namespace syncer {
struct ConfigureContext;
class DataTypeConfigurer;
class DataTypeManager { … };
}
#endif