Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(218)

Unified Diff: client/capture_context_mac.h

Issue 700143004: C++11: Use type aliases instead of typedefs (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | client/simple_string_dictionary.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | client/simple_string_dictionary.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698