#include "components/sync/engine/cycle/sync_cycle_snapshot.h"
#include "base/i18n/rtl.h"
#include "base/test/icu_test_util.h"
#include "base/test/values_test_util.h"
#include "base/values.h"
#include "components/sync/protocol/sync_enums.pb.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace syncer {
namespace {
ExpectDictBooleanValue;
ExpectDictIntegerValue;
ExpectDictStringValue;
ExpectDictValue;
class SyncCycleSnapshotTest : public testing::Test { … };
TEST_F(SyncCycleSnapshotTest, SyncCycleSnapshotToValue) { … }
}
}