Service Worker: Use auto / range-based loop for container objects.
commitae3e369d08af8d272c0c4f1659762a5e4c39711d
authorjungkee.song <jungkee.song@samsung.com>
Thu, 18 Jun 2015 22:12:32 +0000 (18 15:12 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 18 Jun 2015 22:13:09 +0000 (18 22:13 +0000)
treed87fa1e814233a1d73c3feb1d900ef9b025c8d73
parentcdb8c9e1dd13960d26cd53467cb4c3fe423a6cfb
Service Worker: Use auto / range-based loop for container objects.

- Simplify for-loop in service_worker_storage.cc using auto / range-based loop.
This CL is a follow-up on https://codereview.chromium.org/1146913004/#msg59.
- Rename a variable name of RegistrationList type to align it to the other
names in the file.

BUG=N/A

Review URL: https://codereview.chromium.org/1192143002

Cr-Commit-Position: refs/heads/master@{#335142}
content/browser/service_worker/service_worker_storage.cc