| Index: chrome/browser/sync/glue/session_model_associator.h
|
| diff --git a/chrome/browser/sync/glue/session_model_associator.h b/chrome/browser/sync/glue/session_model_associator.h
|
| index 45663d22cd6829deaf2fd471df6615d8158c887f..d6029dd9818b491bf03e6a6d0c518ef68031d9b2 100644
|
| --- a/chrome/browser/sync/glue/session_model_associator.h
|
| +++ b/chrome/browser/sync/glue/session_model_associator.h
|
| @@ -393,7 +393,7 @@ class SessionModelAssociator
|
| sync_api::WriteTransaction* trans,
|
| SyncError* error);
|
|
|
| - // Fills a tab sync node with data from a TabContents object. Updates
|
| + // Fills a tab sync node with data from a WebContents object. Updates
|
| // |tab_link| with the current url if it's valid and triggers a favicon
|
| // load if the url has changed.
|
| // Returns true on success, false if we need to reassociate due to corruption.
|
|
|