chromium/components/services/heap_profiling/public/cpp/merge_samples_unittests.cc

// Copyright 2021 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/services/heap_profiling/public/cpp/merge_samples.h"

#include "testing/gtest/include/gtest/gtest.h"

namespace heap_profiling {
namespace {

TEST(MergeSamplesTest, MergeSamples) {}

}  // namespace
}  // namespace heap_profiling