| Index: chrome/browser/sync/glue/synced_tab_delegate.h
|
| diff --git a/chrome/browser/sync/glue/synced_tab_delegate.h b/chrome/browser/sync/glue/synced_tab_delegate.h
|
| index 56faeb2a3f3f905ee1ddd1db4c681a4b47450518..363d532620b67ac00391ca1b74c1bc984a3150ce 100644
|
| --- a/chrome/browser/sync/glue/synced_tab_delegate.h
|
| +++ b/chrome/browser/sync/glue/synced_tab_delegate.h
|
| @@ -19,19 +19,19 @@ class NavigationEntry;
|
| namespace browser_sync {
|
|
|
| // A SyncedTabDelegate is used to insulate the sync code from depending
|
| -// directly on WebContents, TabContentsWrapper and NavigationController.
|
| +// directly on WebContents, TabContents and NavigationController.
|
| class SyncedTabDelegate {
|
| public:
|
| virtual ~SyncedTabDelegate() {}
|
|
|
| - // Method from TabContentsWrapper.
|
| + // Method from TabContents.
|
|
|
| virtual SessionID::id_type GetWindowId() const = 0;
|
| virtual SessionID::id_type GetSessionId() const = 0;
|
| virtual bool IsBeingDestroyed() const = 0;
|
| virtual Profile* profile() const = 0;
|
|
|
| - // Method derived from TabContentsWrapper.
|
| + // Method derived from TabContents.
|
|
|
| virtual bool HasExtensionAppId() const = 0;
|
| virtual const std::string& GetExtensionAppId() const = 0;
|
|
|