-
Refactor all instances of `typedef y x` to the C++11 `using x = y` syntax. · 8072bae1Andrew Scull authored
The C++11 syntax is more powerful as it also allows templating. This commit converts all type aliasing to the same syntax for consistency. BUG= R=jpp@chromium.org Review URL: https://codereview.chromium.org/1343843003 .
8072bae1
×