// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "remoting/host/crash/minidump_handler.h" #include "base/functional/bind.h" #include "remoting/base/breakpad_utils.h" namespace remoting { MinidumpHandler::MinidumpHandler() { … } MinidumpHandler::~MinidumpHandler() = default; } // namespace remoting