| Index: components/password_manager/core/browser/password_manager_unittest.cc
|
| diff --git a/components/password_manager/core/browser/password_manager_unittest.cc b/components/password_manager/core/browser/password_manager_unittest.cc
|
| index c698f128594d93e0a7788e212b8a933c5d4d8220..8e60e2c05fc21dbef8ef5a3bf433674106ef8fcd 100644
|
| --- a/components/password_manager/core/browser/password_manager_unittest.cc
|
| +++ b/components/password_manager/core/browser/password_manager_unittest.cc
|
| @@ -118,6 +118,7 @@ class PasswordManagerTest : public testing::Test {
|
| void SetUp() override {
|
| store_ = new testing::StrictMock<MockPasswordStore>;
|
| EXPECT_CALL(*store_, ReportMetrics(_, _)).Times(AnyNumber());
|
| + EXPECT_CALL(*store_, GetAutofillableLogins(_));
|
| CHECK(store_->Init(syncer::SyncableService::StartSyncFlare()));
|
|
|
| EXPECT_CALL(client_, GetPasswordStore())
|
|
|