Slow Reports - Use range-based for loops in BackgroundTracingManagerImpl.
commita4b077fb67278e7e3a34325084fd9b7aecf5325a
authorsimonhatch <simonhatch@chromium.org>
Wed, 29 Jul 2015 15:03:20 +0000 (29 08:03 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 29 Jul 2015 15:03:57 +0000 (29 15:03 +0000)
treecc6551bad4a66b3d53a3fa748c82661e8618c38a
parent062f5e870c9b1286e2df5576b9e3ee23ca20a930
Slow Reports - Use range-based for loops in BackgroundTracingManagerImpl.

This is the preferred way for iterating in loops now, https://chromium-cpp.appspot.com/, and makes the code more concise and easy to read. We already switched a few in https://codereview.chromium.org/1243743002/, might as well do them all.

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

Cr-Commit-Position: refs/heads/master@{#340889}
content/browser/tracing/background_tracing_manager_impl.cc