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

Unified Diff: snapshot/mac/process_reader_test.cc

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 | « snapshot/mac/mach_o_image_symbol_table_reader.h ('k') | snapshot/mac/process_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snapshot/mac/process_reader_test.cc
diff --git a/snapshot/mac/process_reader_test.cc b/snapshot/mac/process_reader_test.cc
index 5a556f202ad65ee6a3fd3b2ad6cea712a91b86ea..7e8c65d3befd9cbf7c5b17f96030ae950e47f755 100644
--- a/snapshot/mac/process_reader_test.cc
+++ b/snapshot/mac/process_reader_test.cc
@@ -289,7 +289,7 @@ class TestThreadPool {
DISALLOW_COPY_AND_ASSIGN(TestThreadPool);
};
-typedef std::map<uint64_t, TestThreadPool::ThreadExpectation> ThreadMap;
+using ThreadMap = std::map<uint64_t, TestThreadPool::ThreadExpectation>;
// Verifies that all of the threads in |threads|, obtained from ProcessReader,
// agree with the expectation in |thread_map|. If |tolerate_extra_threads| is
« no previous file with comments | « snapshot/mac/mach_o_image_symbol_table_reader.h ('k') | snapshot/mac/process_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698