| Index: chrome/browser/ui/tab_contents/tab_contents_iterator.h
|
| diff --git a/chrome/browser/ui/tab_contents/tab_contents_iterator.h b/chrome/browser/ui/tab_contents/tab_contents_iterator.h
|
| index 4531c13990a6168852bd86ed97b34cf83e944f9d..25c07816cfb9e206273c94d7a413e0701d6b519d 100644
|
| --- a/chrome/browser/ui/tab_contents/tab_contents_iterator.h
|
| +++ b/chrome/browser/ui/tab_contents/tab_contents_iterator.h
|
| @@ -11,7 +11,8 @@
|
| #include "base/basictypes.h"
|
| #include "chrome/browser/ui/browser_list.h"
|
|
|
| -class TabContentsWrapper;
|
| +class TabContents;
|
| +typedef TabContents TabContentsWrapper;
|
|
|
| // Iterates through all web view hosts in all browser windows. Because the
|
| // renderers act asynchronously, getting a host through this interface does
|
|
|