| 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 1c340cb5864d7ecbd0c5593e728a7eaaffce04a0..56faeb2a3f3f905ee1ddd1db4c681a4b47450518 100644
|
| --- a/chrome/browser/sync/glue/synced_tab_delegate.h
|
| +++ b/chrome/browser/sync/glue/synced_tab_delegate.h
|
| @@ -19,7 +19,7 @@ class NavigationEntry;
|
| namespace browser_sync {
|
|
|
| // A SyncedTabDelegate is used to insulate the sync code from depending
|
| -// directly on TabContents, TabContentsWrapper and NavigationController.
|
| +// directly on WebContents, TabContentsWrapper and NavigationController.
|
| class SyncedTabDelegate {
|
| public:
|
| virtual ~SyncedTabDelegate() {}
|
|
|