chromium/components/metrics/persistent_system_profile_unittest.cc

// Copyright 2017 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/metrics/persistent_system_profile.h"

#include <memory>

#include "base/check_op.h"
#include "base/metrics/persistent_memory_allocator.h"
#include "base/rand_util.h"
#include "components/variations/hashing.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace metrics {

class PersistentSystemProfileTest : public testing::Test {};

TEST_F(PersistentSystemProfileTest, Create) {}

TEST_F(PersistentSystemProfileTest, RecordSplitting) {}

TEST_F(PersistentSystemProfileTest, ProfileStorage) {}

TEST_F(PersistentSystemProfileTest, ProfileExtensions) {}

TEST_F(PersistentSystemProfileTest, OverwriteFieldTrialsInProfile) {}

TEST_F(PersistentSystemProfileTest, OverwriteFieldTrials) {}

TEST_F(PersistentSystemProfileTest, DeleteFieldTrials) {}

}  // namespace metrics