Index: chrome/browser/sync/engine/model_safe_worker.cc |
diff --git a/chrome/browser/sync/engine/model_safe_worker.cc b/chrome/browser/sync/engine/model_safe_worker.cc |
index c488e3bf173ffa329fc1e28e681c07aa9abd8a78..d9f44bfc3db2865d27c89a1850310191f99a10ec 100644 |
--- a/chrome/browser/sync/engine/model_safe_worker.cc |
+++ b/chrome/browser/sync/engine/model_safe_worker.cc |
@@ -14,7 +14,7 @@ ModelSafeGroup GetGroupForModelType(const syncable::ModelType type, |
// with the server's PermanentItemPopulator is causing TLF updates in |
// some cases. See bug 36735. |
if (type != syncable::UNSPECIFIED && type != syncable::TOP_LEVEL_FOLDER) |
- NOTREACHED() << "Entry does not belong to active ModelSafeGroup!"; |
+ LOG(WARNING) << "Entry does not belong to active ModelSafeGroup!"; |
return GROUP_PASSIVE; |
} |
return it->second; |