#include "services/preferences/tracked/pref_hash_store_impl.h"
#include <string>
#include "base/values.h"
#include "services/preferences/tracked/dictionary_hash_store_contents.h"
#include "services/preferences/tracked/hash_store_contents.h"
#include "services/preferences/tracked/pref_hash_store_transaction.h"
#include "testing/gtest/include/gtest/gtest.h"
ValueState;
class PrefHashStoreImplTest : public testing::Test { … };
TEST_F(PrefHashStoreImplTest, ComputeMac) { … }
TEST_F(PrefHashStoreImplTest, ComputeSplitMacs) { … }
TEST_F(PrefHashStoreImplTest, ComputeNullSplitMacs) { … }
TEST_F(PrefHashStoreImplTest, AtomicHashStoreAndCheck) { … }
TEST_F(PrefHashStoreImplTest, ImportExportOperations) { … }
TEST_F(PrefHashStoreImplTest, SuperMACDisabled) { … }
TEST_F(PrefHashStoreImplTest, SplitHashStoreAndCheck) { … }
TEST_F(PrefHashStoreImplTest, EmptyAndNULLSplitDict) { … }
TEST_F(PrefHashStoreImplTest, TrustedUnknownSplitValueFromExistingAtomic) { … }