| Index: sync/syncable/dir_open_result.h
|
| diff --git a/sync/syncable/dir_open_result.h b/sync/syncable/dir_open_result.h
|
| index f298ff0a5d3b6dfc0c35447bd662946837b72cba..8fe5171aa4471f00c749fdc4121b8a435da567aa 100644
|
| --- a/sync/syncable/dir_open_result.h
|
| +++ b/sync/syncable/dir_open_result.h
|
| @@ -15,6 +15,7 @@ enum DirOpenResult { NOT_INITIALIZED,
|
| FAILED_DISK_FULL, // The disk is full.
|
| FAILED_DATABASE_CORRUPT, // Something is wrong with the DB
|
| FAILED_LOGICAL_CORRUPTION, // Invalid database contents
|
| + FAILED_IN_UNITTEST, // For tests.
|
| };
|
| } // namespace syncable
|
|
|
|
|