Chromium Code Reviews| Index: chrome/browser/sync/profile_sync_service_password_unittest.cc |
| diff --git a/chrome/browser/sync/profile_sync_service_password_unittest.cc b/chrome/browser/sync/profile_sync_service_password_unittest.cc |
| index bf854099f10c15be987f518bf8aefcdbcfa9a77f..380b80e2a16b3e13d43de102e51970ee7fd546ec 100644 |
| --- a/chrome/browser/sync/profile_sync_service_password_unittest.cc |
| +++ b/chrome/browser/sync/profile_sync_service_password_unittest.cc |
| @@ -23,8 +23,8 @@ |
| #include "chrome/browser/sync/internal_api/read_transaction.h" |
| #include "chrome/browser/sync/internal_api/write_node.h" |
| #include "chrome/browser/sync/internal_api/write_transaction.h" |
| -#include "chrome/browser/sync/profile_sync_factory.h" |
| -#include "chrome/browser/sync/profile_sync_factory_mock.h" |
| +#include "chrome/browser/sync/profile_sync_components_factory.h" |
| +#include "chrome/browser/sync/profile_sync_components_factory_mock.h" |
| #include "chrome/browser/sync/profile_sync_service.h" |
| #include "chrome/browser/sync/profile_sync_test_util.h" |
| #include "chrome/browser/sync/protocol/password_specifics.pb.h" |
| @@ -85,7 +85,7 @@ ACTION_P3(MakePasswordSyncComponents, service, ps, dtc) { |
| new PasswordModelAssociator(service, ps); |
| PasswordChangeProcessor* change_processor = |
| new PasswordChangeProcessor(model_associator, ps, dtc); |
| - return ProfileSyncFactory::SyncComponents(model_associator, |
| + return ProfileSyncComponentsFactory::SyncComponents(model_associator, |
| change_processor); |
|
Nicolas Zea
2011/11/22 00:01:03
indent
|
| } |
| @@ -125,7 +125,7 @@ class MockPasswordStore : public PasswordStore { |
| class PasswordTestProfileSyncService : public TestProfileSyncService { |
| public: |
| - PasswordTestProfileSyncService(ProfileSyncFactory* factory, |
| + PasswordTestProfileSyncService(ProfileSyncComponentsFactory* factory, |
| Profile* profile, |
| const std::string& test_user, |
| bool synchronous_backend_initialization, |