diff options
Diffstat (limited to 'chrome/browser/sync/profile_sync_service_password_unittest.cc')
-rw-r--r-- | chrome/browser/sync/profile_sync_service_password_unittest.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/sync/profile_sync_service_password_unittest.cc b/chrome/browser/sync/profile_sync_service_password_unittest.cc index 0b2bbf0..d8d481d 100644 --- a/chrome/browser/sync/profile_sync_service_password_unittest.cc +++ b/chrome/browser/sync/profile_sync_service_password_unittest.cc @@ -227,8 +227,6 @@ class ProfileSyncServicePasswordTest : public AbstractProfileSyncServiceTest { service_->GetPreferredDataTypes(); preferred_types.Put(syncable::PASSWORDS); service_->ChangePreferredDataTypes(preferred_types); - EXPECT_CALL(profile_, GetProfileSyncService()).WillRepeatedly( - Return(service_.get())); PasswordDataTypeController* data_type_controller = new PasswordDataTypeController(factory, &profile_, |