chromium/components/sync/service/sync_internals_util_unittest.cc

// Copyright 2012 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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 {

// Helper function that allows using ASSERT_xxx inside because it returns void.
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) {}

}  // namespace

}  // namespace syncer::sync_ui_util