// Copyright 2023 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef SYSTEM_API_DBUS_CRASH_REPORTER_DBUS_CONSTANTS_H_
#define SYSTEM_API_DBUS_CRASH_REPORTER_DBUS_CONSTANTS_H_

namespace crash_reporter {
inline constexpr char kCrashReporterServicePath[] =
    "/org/chromium/CrashReporter";
inline constexpr char kCrashReporterServiceName[] =
    "org.chromium.CrashReporter";
}  // namespace crash_reporter

#endif  // SYSTEM_API_DBUS_CRASH_REPORTER_DBUS_CONSTANTS_H_
