commit | 8072bae156fa62e51e02925997992c4908a2682f | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Mon Sep 14 16:01:26 2015 -0700 |
committer | Andrew Scull <ascull@google.com> | Mon Sep 14 16:01:26 2015 -0700 |
tree | eb080b8a1bf63547a45c2dc44c7fc74dba1803a8 | |
parent | c31e2ed72ed52bb40e0591dd97b6d6d071631655 [diff] |
Refactor all instances of `typedef y x` to the C++11 `using x = y` syntax. 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 .