// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_SYNC_SESSIONS_SESSION_DATA_TYPE_CONTROLLER_H_ #define COMPONENTS_SYNC_SESSIONS_SESSION_DATA_TYPE_CONTROLLER_H_ #include <memory> #include "components/history/core/browser/sync/history_data_type_controller_helper.h" #include "components/sync/service/data_type_controller.h" class PrefService; namespace syncer { class SyncService; } // namespace syncer namespace sync_sessions { class SessionDataTypeController : public syncer::DataTypeController { … }; } // namespace sync_sessions #endif // COMPONENTS_SYNC_SESSIONS_SESSION_DATA_TYPE_CONTROLLER_H_