Index: chrome/browser/sync/profile_sync_service_password_unittest.cc |
=================================================================== |
--- chrome/browser/sync/profile_sync_service_password_unittest.cc (revision 71271) |
+++ chrome/browser/sync/profile_sync_service_password_unittest.cc (working copy) |
@@ -198,7 +198,7 @@ |
NotificationType(NotificationType::SYNC_CONFIGURE_DONE), |
_,_)). |
WillOnce(QuitUIMessageLoop()); |
- service_->SetPassphrase("foo", false); |
+ service_->SetPassphrase("foo", false, true); |
MessageLoop::current()->Run(); |
} |
} |