Descriptionviews: STL iterator cleanups in View class.
- Standardize iterator naming to |i|.
- Initialize them through constructor not assignment operator.
- Declare iterators inside loops, not above them.
BUG=72040
TEST=None
R=pkasting@chromium.org,sky@chromium.org
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=88551
Patch Set 1 : #
Total comments: 5
Patch Set 2 : peter review #
Total comments: 2
Patch Set 3 : notreached #
Total comments: 2
Patch Set 4 : move the std::find into the DCHECK #Messages
Total messages: 8 (0 generated)
|