chromium/components/sync/service/data_type_manager.h

// Copyright 2014 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_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;

// This interface is for managing the start up and shut down life cycle
// of many different syncable data types.
// Lives on the UI thread.
class DataTypeManager {};

}  // namespace syncer

#endif  // COMPONENTS_SYNC_SERVICE_DATA_TYPE_MANAGER_H_