| Index: chrome/browser/sync/profile_sync_service_typed_url_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_typed_url_unittest.cc b/chrome/browser/sync/profile_sync_service_typed_url_unittest.cc
|
| index 056bff3cab91fa73080c23e01a21e8095a4e405e..7721ab5c2643da7c887de78d1602f99269239445 100644
|
| --- a/chrome/browser/sync/profile_sync_service_typed_url_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_typed_url_unittest.cc
|
| @@ -206,9 +206,6 @@ class ProfileSyncServiceTypedUrlTest : public AbstractProfileSyncServiceTest {
|
| EXPECT_CALL(profile_, GetHistoryServiceWithoutCreating()).
|
| WillRepeatedly(Return(history_service_.get()));
|
|
|
| - EXPECT_CALL(profile_, GetPasswordStore(_)).
|
| - WillOnce(Return(static_cast<PasswordStore*>(NULL)));
|
| -
|
| EXPECT_CALL(profile_, GetHistoryService(_)).
|
| WillRepeatedly(Return(history_service_.get()));
|
|
|
|
|