| Index: chrome/browser/ui/sync/tab_contents_wrapper_synced_tab_delegate.h
|
| diff --git a/chrome/browser/ui/sync/tab_contents_wrapper_synced_tab_delegate.h b/chrome/browser/ui/sync/tab_contents_wrapper_synced_tab_delegate.h
|
| index d0dd25dbe48c2ae4db26e86b98fdb977564305d4..b58328b38c14c9dbb18640997146b9a909b8e7ba 100644
|
| --- a/chrome/browser/ui/sync/tab_contents_wrapper_synced_tab_delegate.h
|
| +++ b/chrome/browser/ui/sync/tab_contents_wrapper_synced_tab_delegate.h
|
| @@ -10,7 +10,8 @@
|
| #include "chrome/browser/sessions/session_id.h"
|
| #include "chrome/browser/sync/glue/synced_tab_delegate.h"
|
|
|
| -class TabContentsWrapper;
|
| +class TabContents;
|
| +typedef TabContents TabContentsWrapper;
|
|
|
| class TabContentsWrapperSyncedTabDelegate
|
| : public browser_sync::SyncedTabDelegate {
|
|
|