DescriptionGuestView: Cleanup
This CL uses the new C++11 auto keyword to improve readability of GuestView code. There are two main ways auto is being used in this CL:
1. Iterators. It is verbose to specify the type of an iterator that's fairly self-evident, so we avoid that now.
2. *::From* calls. Some objects are accessible via IDs or some other key. It is self-evident the return type in this case and so it is reasonable to use auto here as well.
BUG=none
Committed: https://crrev.com/4a5c599932ad9f004ad8c62bf71fc812b994797f
Cr-Commit-Position: refs/heads/master@{#312242}
Patch Set 1 #Patch Set 2 : More use of auto #Patch Set 3 : More cleanup #
Total comments: 2
Patch Set 4 : Addressed comment #
Messages
Total messages: 8 (2 generated)
|