// Copyright 2015 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_MODEL_DATA_BATCH_H_ #define COMPONENTS_SYNC_MODEL_DATA_BATCH_H_ #include <algorithm> #include <memory> #include <string> #include <utility> namespace syncer { struct EntityData; KeyAndData; // Interface used by the processor to read data requested from the service. class DataBatch { … }; } // namespace syncer #endif // COMPONENTS_SYNC_MODEL_DATA_BATCH_H_