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 |