#include "components/metrics/call_stacks/child_call_stack_profile_collector.h"
#include <memory>
#include <utility>
#include <vector>
#include "base/functional/bind.h"
#include "base/run_loop.h"
#include "base/test/task_environment.h"
#include "base/time/time.h"
#include "components/metrics/public/mojom/call_stack_profile_collector.mojom.h"
#include "mojo/public/cpp/bindings/pending_receiver.h"
#include "mojo/public/cpp/bindings/receiver.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/metrics_proto/sampled_profile.pb.h"
namespace metrics {
class ChildCallStackProfileCollectorTest : public ::testing::Test { … };
TEST_F(ChildCallStackProfileCollectorTest, InterfaceProvided) { … }
TEST_F(ChildCallStackProfileCollectorTest, InterfaceNotProvided) { … }
TEST_F(ChildCallStackProfileCollectorTest, HeapProfiles) { … }
}