| Index: chrome/browser/ui/tab_contents/core_tab_helper_delegate.h
|
| diff --git a/chrome/browser/ui/tab_contents/core_tab_helper_delegate.h b/chrome/browser/ui/tab_contents/core_tab_helper_delegate.h
|
| index 1ff76df08e82b50eceaeca51ba393e7222695843..36614fd8f970036ab62c8c67f7856389c3fa0ad4 100644
|
| --- a/chrome/browser/ui/tab_contents/core_tab_helper_delegate.h
|
| +++ b/chrome/browser/ui/tab_contents/core_tab_helper_delegate.h
|
| @@ -8,7 +8,8 @@
|
|
|
| #include "base/basictypes.h"
|
|
|
| -class TabContentsWrapper;
|
| +class TabContents;
|
| +typedef TabContents TabContentsWrapper;
|
|
|
| // Objects implement this interface to get notified about changes in the
|
| // TabContentsWrapper and to provide necessary functionality.
|
|
|