// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_SHELL_APP_SHELL_CRASH_REPORTER_CLIENT_H_ #define CONTENT_SHELL_APP_SHELL_CRASH_REPORTER_CLIENT_H_ #include "build/build_config.h" #include "components/crash/core/app/crash_reporter_client.h" namespace content { class ShellCrashReporterClient : public crash_reporter::CrashReporterClient { … }; } // namespace content #endif // CONTENT_SHELL_APP_SHELL_CRASH_REPORTER_CLIENT_H_