| // Copyright 2020 The Fuchsia Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #ifndef SRC_DEVELOPER_FORENSICS_CRASH_REPORTS_REPORT_ID_H_ | |
| #define SRC_DEVELOPER_FORENSICS_CRASH_REPORTS_REPORT_ID_H_ | |
| #include <cstdint> | |
| namespace forensics { | |
| namespace crash_reports { | |
| using ReportId = uint64_t; | |
| } // namespace crash_reports | |
| } // namespace forensics | |
| #endif // SRC_DEVELOPER_FORENSICS_CRASH_REPORTS_REPORT_ID_H_ |