| Index: chrome/browser/sync/test_profile_sync_service.h
|
| diff --git a/chrome/browser/sync/test_profile_sync_service.h b/chrome/browser/sync/test_profile_sync_service.h
|
| index 42c5aa0c97dbd39fb509383184f8c16466b3bed0..9200781f7c67c3ad5a028fb3af433df4d67126da 100644
|
| --- a/chrome/browser/sync/test_profile_sync_service.h
|
| +++ b/chrome/browser/sync/test_profile_sync_service.h
|
| @@ -61,6 +61,7 @@ class SyncBackendHostForProfileSyncTest : public SyncBackendHost {
|
| virtual void RequestConfigureSyncer(
|
| syncer::ConfigureReason reason,
|
| syncer::ModelTypeSet to_download,
|
| + syncer::ModelTypeSet to_purge,
|
| syncer::ModelTypeSet to_journal,
|
| syncer::ModelTypeSet to_unapply,
|
| syncer::ModelTypeSet to_ignore,
|
|
|