| Index: chrome/browser/extensions/app_notify_channel_ui.h
|
| diff --git a/chrome/browser/extensions/app_notify_channel_ui.h b/chrome/browser/extensions/app_notify_channel_ui.h
|
| index e345af8606794930c406336f0190c4c2b5048f61..45209a68cf8b18e4aa2c130b005cdcb9a62552cc 100644
|
| --- a/chrome/browser/extensions/app_notify_channel_ui.h
|
| +++ b/chrome/browser/extensions/app_notify_channel_ui.h
|
| @@ -12,7 +12,8 @@
|
| #include "chrome/browser/sync/profile_sync_service_observer.h"
|
|
|
| class Profile;
|
| -class TabContentsWrapper;
|
| +class TabContents;
|
| +typedef TabContents TabContentsWrapper;
|
|
|
| // An interface for prompting a user to sign in to sync so that we can create
|
| // an app notification channel for one of their apps.
|
|
|