| Index: client/crashpad_info.h
|
| diff --git a/client/crashpad_info.h b/client/crashpad_info.h
|
| index ecd1195bea99b6ce71d233c4ac1d60aecde7128f..5ce9fb8e8fd97ec29fdc3d393b48fe9643846485 100644
|
| --- a/client/crashpad_info.h
|
| +++ b/client/crashpad_info.h
|
| @@ -93,7 +93,9 @@ struct CrashpadInfo {
|
| system_crash_reporter_forwarding_ = system_crash_reporter_forwarding;
|
| }
|
|
|
| - static const uint32_t kSignature = 'CPad';
|
| + enum : uint32_t {
|
| + kSignature = 'CPad',
|
| + };
|
|
|
| private:
|
| // The compiler won’t necessarily see anyone using these fields, but it
|
|
|