Chromium Code Reviews| Index: client/capture_context_mac.h |
| diff --git a/client/capture_context_mac.h b/client/capture_context_mac.h |
| index 7ec031f3b2e4d2b63edacd172b2749fe7a6ace26..74e440edb19f0e7f37c4a5d2be22ad7c7cb81cbc 100644 |
| --- a/client/capture_context_mac.h |
| +++ b/client/capture_context_mac.h |
| @@ -22,7 +22,7 @@ |
| namespace crashpad { |
| #if defined(ARCH_CPU_X86_FAMILY) |
| -typedef x86_thread_state NativeCPUContext; |
| +using NativeCPUContext = x86_thread_state; |
| #endif |
| //! \brief Saves the CPU context. |