| Index: chrome/browser/sync/profile_sync_service_password_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_password_unittest.cc b/chrome/browser/sync/profile_sync_service_password_unittest.cc
|
| index 8d3fea9451ed8eb249a351714e14aa0eb395a43a..ea0a581a23b7a455f7618b48b66fad2b29f7ce34 100644
|
| --- a/chrome/browser/sync/profile_sync_service_password_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_password_unittest.cc
|
| @@ -228,7 +228,8 @@ class ProfileSyncServicePasswordTest : public AbstractProfileSyncServiceTest {
|
| Return(service_.get()));
|
| PasswordDataTypeController* data_type_controller =
|
| new PasswordDataTypeController(&factory_,
|
| - &profile_);
|
| + &profile_,
|
| + service_.get());
|
|
|
| EXPECT_CALL(factory_, CreatePasswordSyncComponents(_, _, _)).
|
| Times(AtLeast(1)). // Can be more if we hit NEEDS_CRYPTO.
|
|
|