Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(297)

Unified Diff: chrome/browser/sync/profile_sync_service_password_unittest.cc

Issue 8596017: sync: rename ProfileSyncFactory to ProfileSyncComponentsFactory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: final Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..bf85b6e03277531dac4f36b0835418412078600c 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,8 +85,8 @@ ACTION_P3(MakePasswordSyncComponents, service, ps, dtc) {
new PasswordModelAssociator(service, ps);
PasswordChangeProcessor* change_processor =
new PasswordChangeProcessor(model_associator, ps, dtc);
- return ProfileSyncFactory::SyncComponents(model_associator,
- change_processor);
+ return ProfileSyncComponentsFactory::SyncComponents(model_associator,
+ change_processor);
}
ACTION_P(AcquireSyncTransaction, password_test_service) {
@@ -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,

Powered by Google App Engine
This is Rietveld 408576698