Index: chrome/browser/sync/glue/bookmark_change_processor.cc |
diff --git a/chrome/browser/sync/glue/bookmark_change_processor.cc b/chrome/browser/sync/glue/bookmark_change_processor.cc |
index 95186868a175ba2013bcf60ab87db5fc5b6cacb7..c025606bfe05727a47aff7961b9d3d1471afc088 100644 |
--- a/chrome/browser/sync/glue/bookmark_change_processor.cc |
+++ b/chrome/browser/sync/glue/bookmark_change_processor.cc |
@@ -452,7 +452,7 @@ void BookmarkChangeProcessor::ApplyChangesFromSyncModel( |
} |
// The visibility of the mobile node may need to change. |
- model_associator_->UpdateMobileNodeVisibility(); |
+ model_associator_->UpdatePermanentNodeVisibility(); |
// We are now ready to hear about bookmarks changes again. |
model->AddObserver(this); |