chromium/components/update_client/persisted_data_unittest.cc

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

#include "components/update_client/persisted_data.h"

#include <map>
#include <memory>
#include <string>
#include <vector>

#include "base/test/task_environment.h"
#include "base/version.h"
#include "components/prefs/testing_pref_service.h"
#include "components/update_client/test_activity_data_service.h"
#include "components/update_client/update_client_errors.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace update_client {

TEST(PersistedDataTest, Simple) {}

TEST(PersistedDataTest, MixedCase) {}

TEST(PersistedDataTest, SharedPref) {}

TEST(PersistedDataTest, SimpleCohort) {}

TEST(PersistedDataTest, ActivityData) {}

TEST(PersistedDataTest, LastUpdateCheckError) {}

}  // namespace update_client