| Index: chrome/browser/sync/profile_sync_components_factory_mock.cc
|
| diff --git a/chrome/browser/sync/profile_sync_components_factory_mock.cc b/chrome/browser/sync/profile_sync_components_factory_mock.cc
|
| index 161aad605a43b8070f153e0fd416668e335fcafb..27017dd01e98b897680c6e6049af92e734739c51 100644
|
| --- a/chrome/browser/sync/profile_sync_components_factory_mock.cc
|
| +++ b/chrome/browser/sync/profile_sync_components_factory_mock.cc
|
| @@ -22,16 +22,6 @@ ProfileSyncComponentsFactoryMock::ProfileSyncComponentsFactoryMock(
|
| InvokeWithoutArgs(
|
| this,
|
| &ProfileSyncComponentsFactoryMock::MakeSyncComponents));
|
| - ON_CALL(*this, CreateSearchEngineSyncComponents(_, _)).
|
| - WillByDefault(
|
| - InvokeWithoutArgs(
|
| - this,
|
| - &ProfileSyncComponentsFactoryMock::MakeSyncComponents));
|
| - ON_CALL(*this, CreateAppNotificationSyncComponents(_, _)).
|
| - WillByDefault(
|
| - InvokeWithoutArgs(
|
| - this,
|
| - &ProfileSyncComponentsFactoryMock::MakeSyncComponents));
|
| }
|
|
|
| ProfileSyncComponentsFactoryMock::~ProfileSyncComponentsFactoryMock() {}
|
|
|