Chromium Code Reviews| Index: chrome/browser/ui/tab_contents/tab_contents_iterator.cc |
| diff --git a/chrome/browser/ui/tab_contents/tab_contents_iterator.cc b/chrome/browser/ui/tab_contents/tab_contents_iterator.cc |
| index caa90fc92519035e7a8c46a44f22e902afb1a65a..8d9de65a0097d4189c9f293936e79b4612f662db 100644 |
| --- a/chrome/browser/ui/tab_contents/tab_contents_iterator.cc |
| +++ b/chrome/browser/ui/tab_contents/tab_contents_iterator.cc |
| @@ -41,7 +41,7 @@ void TabContentsIterator::Advance() { |
| } |
| TabContents* next_tab = |
| - (*browser_iterator_)->GetTabContentsWrapperAt(web_view_index_); |
| + (*browser_iterator_)->GetTabContentsAt(web_view_index_); |
| if (next_tab) { |
| cur_ = next_tab; |
| return; |