Remove incorrect const qualification on ArrayIter::operator++.

The object is modified by the line "idx_++;" which newer clangs complain
about.

Bug: 145916209
Change-Id: I7a2b1d614f0bd5a46c2ef1f221cb1cae80ab66a5
1 file changed