blob: 129af86bba45cb7ac712c1d1100c3f1434eaf5ac [file] [log] [blame]
// Copyright 2023 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/allocation_recorder/testing/mock_objects.h"
namespace allocation_recorder::testing {
namespace crashpad {} // namespace crashpad
namespace crash_handler {
StreamDataSourceFactoryMock::StreamDataSourceFactoryMock() = default;
StreamDataSourceFactoryMock::~StreamDataSourceFactoryMock() = default;
AllocationRecorderHolderMock::AllocationRecorderHolderMock() = default;
AllocationRecorderHolderMock::~AllocationRecorderHolderMock() = default;
} // namespace crash_handler
} // namespace allocation_recorder::testing