Chromium Code Reviews| Index: sync/syncable/syncable_base_transaction.h |
| diff --git a/sync/syncable/syncable_base_transaction.h b/sync/syncable/syncable_base_transaction.h |
| index c8652b6b72d436a90b15793e5e9267fad302b80e..763f68d15ae47c43352220b1986c95df2ea0ec43 100644 |
| --- a/sync/syncable/syncable_base_transaction.h |
| +++ b/sync/syncable/syncable_base_transaction.h |
| @@ -23,8 +23,9 @@ enum WriterTag { |
| AUTHWATCHER, |
| UNITTEST, |
| VACUUM_AFTER_SAVE, |
| + HANDLE_SAVE_FAILURE, |
| PURGE_ENTRIES, |
| - SYNCAPI |
| + SYNCAPI, |
| }; |
| // Make sure to update this if you update WriterTag. |