// 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_STATUS_TABLE_H_ #define COMPONENTS_SYNC_SERVICE_DATA_TYPE_STATUS_TABLE_H_ #include <map> #include "components/sync/base/data_type.h" #include "components/sync/model/sync_error.h" namespace syncer { // Class to keep track of data types that have encountered an error during sync. class DataTypeStatusTable { … }; } // namespace syncer #endif // COMPONENTS_SYNC_SERVICE_DATA_TYPE_STATUS_TABLE_H_