| 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..8af4b13105bfacb45ff46ac01f5dfab28da89b7e 100644
|
| --- a/chrome/browser/sync/glue/bookmark_model_associator.h
|
| +++ b/chrome/browser/sync/glue/bookmark_model_associator.h
|
| @@ -40,9 +40,8 @@ class BookmarkModelAssociator
|
| UnrecoverableErrorHandler* unrecoverable_error_handler);
|
| virtual ~BookmarkModelAssociator();
|
|
|
| - // Invokes BookmarkModel::SetMobileFolderVisible() based on whether the mobile
|
| - // node exists.
|
| - void UpdateMobileNodeVisibility();
|
| + // Updates the visibility of the permanents node in the BookmarkModel.
|
| + void UpdatePermanentNodeVisibility();
|
|
|
| // AssociatorInterface implementation.
|
| //
|
|
|