Index: chrome/browser/password_manager/password_store_mac_unittest.cc |
diff --git a/chrome/browser/password_manager/password_store_mac_unittest.cc b/chrome/browser/password_manager/password_store_mac_unittest.cc |
index bb7eba68490c41df84d8ae9fcc414aa4797f7480..7f025ccb0d9366e8f344b6bfea5e79f14ce0be0c 100644 |
--- a/chrome/browser/password_manager/password_store_mac_unittest.cc |
+++ b/chrome/browser/password_manager/password_store_mac_unittest.cc |
@@ -1038,7 +1038,11 @@ class PasswordStoreMacTest : public testing::Test { |
keychain_ = new MockAppleKeychain(); |
- store_ = new PasswordStoreMac(keychain_, login_db_); |
+ store_ = new PasswordStoreMac( |
+ base::MessageLoopProxy::current(), |
+ base::MessageLoopProxy::current(), |
+ keychain_, |
+ login_db_); |
ASSERT_TRUE(store_->Init()); |
} |