| Index: chrome/browser/sync/engine/model_safe_worker.h
|
| diff --git a/chrome/browser/sync/engine/model_safe_worker.h b/chrome/browser/sync/engine/model_safe_worker.h
|
| index 4b8e4e7d75a608b0d67a48ec854f5e2958b7f000..f4829ec4b58140f9d37d57541ff0bb7ac4d25c38 100644
|
| --- a/chrome/browser/sync/engine/model_safe_worker.h
|
| +++ b/chrome/browser/sync/engine/model_safe_worker.h
|
| @@ -26,6 +26,7 @@ enum ModelSafeGroup {
|
| // native model.
|
| GROUP_UI, // Models that live on UI thread and are being synced.
|
| GROUP_DB, // Models that live on DB thread and are being synced.
|
| + GROUP_FILE, // Models that live on FILE thread and are being synced.
|
| GROUP_HISTORY, // Models that live on history thread and are being
|
| // synced.
|
| GROUP_PASSWORD, // Models that live on the password thread and are
|
|
|