| 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 e0110459e07771d8527ac8383a4d04795116cf41..71152ab5510d6b7f0d7726a0244ebeb5bdaab84b 100644
|
| --- a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
| @@ -568,7 +568,7 @@ class ProfileSyncServiceAutofillTest
|
|
|
| // It's possible this test triggered an unrecoverable error, in which case
|
| // we can't get the sync count.
|
| - if (sync_service_->SyncActive()) {
|
| + if (sync_service_->IsSyncActive()) {
|
| EXPECT_EQ(GetSyncCount(type),
|
| association_stats_.num_sync_items_after_association);
|
| }
|
|
|