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 9591459848211d8eb7f874c0928d99e0c58d420e..c5597b91a890c5ec421a5a737311b897bf09bbcf 100644 |
--- a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc |
@@ -592,7 +592,7 @@ class WriteTransactionTest: public WriteTransaction { |
wait_for_syncapi_(wait_for_syncapi) { } |
virtual void NotifyTransactionComplete( |
- syncable::ModelTypeBitSet types) OVERRIDE { |
+ syncable::ModelEnumSet 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(); |