// 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. #ifndef HEADLESS_LIB_HEADLESS_CRASH_REPORTER_CLIENT_H_ #define HEADLESS_LIB_HEADLESS_CRASH_REPORTER_CLIENT_H_ #include <string> #include "base/files/file_path.h" #include "build/build_config.h" #include "components/crash/core/app/crash_reporter_client.h" namespace headless { class HeadlessCrashReporterClient : public crash_reporter::CrashReporterClient { … }; } // namespace headless #endif // HEADLESS_LIB_HEADLESS_CRASH_REPORTER_CLIENT_H_