| Index: chrome/browser/ui/bookmarks/bookmark_tab_helper_delegate.h
|
| diff --git a/chrome/browser/ui/bookmarks/bookmark_tab_helper_delegate.h b/chrome/browser/ui/bookmarks/bookmark_tab_helper_delegate.h
|
| index 4f1942ca9d9762d9c7b6f96082d80f536e94d75b..42f5f77fbee6b7497d6f3da6e6786f792a9a5a4c 100644
|
| --- a/chrome/browser/ui/bookmarks/bookmark_tab_helper_delegate.h
|
| +++ b/chrome/browser/ui/bookmarks/bookmark_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
|
| // BookmarkTabHelper and to provide necessary functionality.
|
|
|