#include <memory>
#include <string>
#include "base/values.h"
#include "components/sync/service/sync_internals_util.h"
#include "components/sync/test/test_sync_service.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace syncer::sync_ui_util {
namespace {
void FindStatWithNameImpl(const base::Value::Dict& strings,
const std::string& stat_name,
const base::Value** result) { … }
const base::Value* FindStatWithName(const base::Value::Dict& strings,
const std::string& stat_name) { … }
TEST(SyncUIUtilTestAbout, ConstructAboutInformationWithUnrecoverableErrorTest) { … }
TEST(
SyncUIUtilTestAbout,
ConstructAboutInformationWithTrustedUnspecifiedVaultAutoUpgradeExperiment) { … }
TEST(SyncUIUtilTestAbout,
ConstructAboutInformationWithTrustedSpecifiedVaultAutoUpgradeExperiment) { … }
}
}