#ifndef COMPONENTS_HISTORY_CORE_BROWSER_SYNC_HISTORY_DELETE_DIRECTIVES_DATA_TYPE_CONTROLLER_H_
#define COMPONENTS_HISTORY_CORE_BROWSER_SYNC_HISTORY_DELETE_DIRECTIVES_DATA_TYPE_CONTROLLER_H_
#include "base/scoped_observation.h"
#include "components/history/core/browser/sync/history_data_type_controller_helper.h"
#include "components/sync/service/sync_service_observer.h"
#include "components/sync/service/syncable_service_based_data_type_controller.h"
class PrefService;
namespace syncer {
class DataTypeStoreService;
class SyncService;
}
namespace history {
class HistoryService;
class HistoryDeleteDirectivesDataTypeController
: public syncer::SyncableServiceBasedDataTypeController,
public syncer::SyncServiceObserver { … };
}
#endif