| Index: sync/syncable/directory_backing_store.h
|
| diff --git a/sync/syncable/directory_backing_store.h b/sync/syncable/directory_backing_store.h
|
| index 6d6efd4c28404411c4a569fe584876b1d8c78f14..5e0c80bc4b9cd1d948ec9d7de24844969eea4f29 100644
|
| --- a/sync/syncable/directory_backing_store.h
|
| +++ b/sync/syncable/directory_backing_store.h
|
| @@ -187,7 +187,10 @@ class SYNC_EXPORT_PRIVATE DirectoryBackingStore : public base::NonThreadSafe {
|
| FRIEND_TEST_ALL_PREFIXES(DirectoryBackingStoreTest,
|
| CatastrophicErrorHandler_KeptAcrossReset);
|
| FRIEND_TEST_ALL_PREFIXES(DirectoryBackingStoreTest,
|
| - CatastrophicErrorHandler_Invocation);
|
| + CatastrophicErrorHandler_InvocationDuringLoad);
|
| + FRIEND_TEST_ALL_PREFIXES(
|
| + DirectoryBackingStoreTest,
|
| + CatastrophicErrorHandler_InvocationDuringSaveChanges);
|
|
|
| // Drop all tables in preparation for reinitialization.
|
| void DropAllTables();
|
|
|