ScopedPtrVector change back const_iterator typedef
Calling begin() const and end() const function in ScopedPtrVector has compiler error with const_iterator. Change back from const T* to T*. Also since cpplint complains has to change a reference to pointer. Review URL: https://codereview.chromium.org/534743002 Cr-Commit-Position: refs/heads/master@{#293014}
Showing
Please register or sign in to comment