| Index: chrome/browser/sync/glue/bookmark_model_associator.h
|
| diff --git a/chrome/browser/sync/glue/bookmark_model_associator.h b/chrome/browser/sync/glue/bookmark_model_associator.h
|
| index e83b05af4286ee3f8954fe6b1a109869af48cb0d..7a1cad1ac0109891add0e477a5454e8310536de7 100644
|
| --- a/chrome/browser/sync/glue/bookmark_model_associator.h
|
| +++ b/chrome/browser/sync/glue/bookmark_model_associator.h
|
| @@ -40,8 +40,8 @@ class BookmarkModelAssociator
|
| UnrecoverableErrorHandler* unrecoverable_error_handler);
|
| virtual ~BookmarkModelAssociator();
|
|
|
| - // Invokes BookmarkModel::SetMobileFolderVisible() based on whether the mobile
|
| - // node exists.
|
| + // Updates the visibility of the mobile node in the BookmarkModel based on
|
| + // whether the mobile node exists.
|
| void UpdateMobileNodeVisibility();
|
|
|
| // AssociatorInterface implementation.
|
|
|