| Index: chrome/browser/sync/glue/synced_session.cc
|
| diff --git a/chrome/browser/sync/glue/synced_session.cc b/chrome/browser/sync/glue/synced_session.cc
|
| index 6a0f070f8b990b32790621b719178af9caa5df29..9abc736de7f2fd0c9184e24d8ca1f391b67eee2d 100644
|
| --- a/chrome/browser/sync/glue/synced_session.cc
|
| +++ b/chrome/browser/sync/glue/synced_session.cc
|
| @@ -56,7 +56,7 @@ sync_pb::SessionHeader SyncedSession::ToSessionHeader() const {
|
| }
|
|
|
| // Note: if you modify this, make sure you modify
|
| -// SessionModelAssociator::ShouldSyncTab to ensure the logic matches.
|
| +// browser_sync::sessions_util::ShouldSyncTab to ensure the logic matches.
|
| bool ShouldSyncSessionTab(const sessions::SessionTab& tab) {
|
| if (tab.navigations.empty())
|
| return false;
|
|
|