#ifndef COMPONENTS_HISTORY_CORE_BROWSER_SYNC_HISTORY_DATA_TYPE_CONTROLLER_H_
#define COMPONENTS_HISTORY_CORE_BROWSER_SYNC_HISTORY_DATA_TYPE_CONTROLLER_H_
#include "base/scoped_observation.h"
#include "components/history/core/browser/sync/history_data_type_controller_helper.h"
#include "components/sync/base/data_type.h"
#include "components/sync/service/data_type_controller.h"
#include "components/sync/service/sync_service.h"
#include "components/sync/service/sync_service_observer.h"
class PrefService;
namespace signin {
class AccountManagedStatusFinder;
class IdentityManager;
}
namespace history {
class HistoryService;
class HistoryDataTypeController : public syncer::DataTypeController,
public syncer::SyncServiceObserver { … };
}
#endif