diff options
Diffstat (limited to 'chrome/browser/sync/engine/syncproto.h')
-rw-r--r-- | chrome/browser/sync/engine/syncproto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/engine/syncproto.h b/chrome/browser/sync/engine/syncproto.h index ba087df..c34a709 100644 --- a/chrome/browser/sync/engine/syncproto.h +++ b/chrome/browser/sync/engine/syncproto.h @@ -68,7 +68,7 @@ class SyncEntity : public IdWrapper<sync_pb::SyncEntity> { // Loose check for server-created top-level folders that aren't // bound to a particular model type. - if (!singleton_tag().empty() && IsFolder()) + if (!server_defined_unique_tag().empty() && IsFolder()) return syncable::TOP_LEVEL_FOLDER; // This is an item of a datatype we can't understand. Maybe it's |