Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use std::make_reverse_iterator in password_manager
This CL adds the first use of std::make_reverse_iterator, inside the password_manager component at a place where it shortens an awkwardly long for-loop header. It also adds std::make_reverse_iterator to the allowed C++14 features. Bug: 845426 Change-Id: Ief6983c167b3c85a7d52a25555e8157d4d0f0a1c Reviewed-on: https://chromium-review.googlesource.com/1078758 Reviewed-by: Jeremy Roman <jbroman@chromium.org> Reviewed-by: danakj <danakj@chromium.org> Commit-Queue: Vaclav Brozek <vabr@chromium.org> Cr-Commit-Position: refs/heads/master@{#562987}
- Loading branch information