Chromium Code Reviews| Index: content/zygote/zygote_linux.h |
| diff --git a/content/zygote/zygote_linux.h b/content/zygote/zygote_linux.h |
| index 79a06eb220c7151a7fd5668b2e8fe31657720be8..7128909784a495743a9c8c84de25348e984122db 100644 |
| --- a/content/zygote/zygote_linux.h |
| +++ b/content/zygote/zygote_linux.h |
| @@ -51,7 +51,7 @@ class Zygote { |
| // Notes whether the zygote has sent SIGKILL to this process. |
| bool sent_sigkill; |
| }; |
| - typedef base::SmallMap< std::map<base::ProcessHandle, ZygoteProcessInfo> > |
| + typedef base::small_map<std::map<base::ProcessHandle, ZygoteProcessInfo>> |
|
danakj
2017/04/18 21:35:50
change "typedef" to "using" while you're here?
|
| ZygoteProcessMap; |
| // Retrieve a ZygoteProcessInfo from the process_info_map_. |