| Index: snapshot/mac/mach_o_image_symbol_table_reader.h
|
| diff --git a/snapshot/mac/mach_o_image_symbol_table_reader.h b/snapshot/mac/mach_o_image_symbol_table_reader.h
|
| index 5970be5c0cf619d8d9855bb551b79c343a8af770..9302e7fc00006d6fa22588b3c3e9d096e4ab6000 100644
|
| --- a/snapshot/mac/mach_o_image_symbol_table_reader.h
|
| +++ b/snapshot/mac/mach_o_image_symbol_table_reader.h
|
| @@ -66,7 +66,7 @@ class MachOImageSymbolTableReader {
|
| //
|
| // This is public so that the type is available to
|
| // MachOImageSymbolTableReaderInitializer.
|
| - typedef std::map<std::string, SymbolInformation> SymbolInformationMap;
|
| + using SymbolInformationMap = std::map<std::string, SymbolInformation>;
|
|
|
| MachOImageSymbolTableReader();
|
| ~MachOImageSymbolTableReader();
|
|
|