| 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 175018a306961bd7e37692d03985856d3142a921..808cc5ff4706a00bdc43b4ae155875a2a778de09 100644
|
| --- a/chrome/browser/sync/profile_sync_service_password_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_password_unittest.cc
|
| @@ -237,7 +237,7 @@ class ProfileSyncServicePasswordTest : public AbstractProfileSyncServiceTest {
|
| MessageLoop::current()->Run();
|
| FlushLastDBTask();
|
|
|
| - service_->SetPassphrase("foo", false, true);
|
| + service_->SetPassphrase("foo", false);
|
| MessageLoop::current()->Run();
|
| }
|
| }
|
|
|