| Index: chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
| index 50c7b32c81d8902c92a5b2c8a9a6da6462ca4138..c172556f569aead504710bdab64e9e5b2032048a 100644
|
| --- a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
| @@ -605,7 +605,7 @@ class WriteTransactionTest: public WriteTransaction {
|
| wait_for_syncapi_(wait_for_syncapi) { }
|
|
|
| virtual void NotifyTransactionComplete(
|
| - syncable::ModelEnumSet types) OVERRIDE {
|
| + syncable::ModelTypeSet types) OVERRIDE {
|
| // This is where we differ. Force a thread change here, giving another
|
| // thread a chance to create a WriteTransaction
|
| (*wait_for_syncapi_)->Wait();
|
|
|