| Index: chrome/browser/sync/abstract_profile_sync_service_test.h
|
| diff --git a/chrome/browser/sync/abstract_profile_sync_service_test.h b/chrome/browser/sync/abstract_profile_sync_service_test.h
|
| index ec50539e54fca2ebbb585ad1f013798e48aaf5f4..781c8bf977449f7247f3211995ad8398f737c611 100644
|
| --- a/chrome/browser/sync/abstract_profile_sync_service_test.h
|
| +++ b/chrome/browser/sync/abstract_profile_sync_service_test.h
|
| @@ -22,27 +22,27 @@
|
| class ProfileSyncService;
|
| class TestProfileSyncService;
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
| class TestIdFactory;
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
| struct UserShare;
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|
| class ProfileSyncServiceTestHelper {
|
| public:
|
| static const std::string GetTagForType(syncable::ModelType model_type);
|
|
|
| static bool CreateRoot(syncable::ModelType model_type,
|
| - csync::UserShare* service,
|
| - csync::TestIdFactory* ids);
|
| + syncer::UserShare* service,
|
| + syncer::TestIdFactory* ids);
|
|
|
| - static csync::ImmutableChangeRecordList MakeSingletonChangeRecordList(
|
| - int64 node_id, csync::ChangeRecord::Action action);
|
| + static syncer::ImmutableChangeRecordList MakeSingletonChangeRecordList(
|
| + int64 node_id, syncer::ChangeRecord::Action action);
|
|
|
| // Deletions must provide an EntitySpecifics for the deleted data.
|
| - static csync::ImmutableChangeRecordList
|
| + static syncer::ImmutableChangeRecordList
|
| MakeSingletonDeletionChangeRecordList(
|
| int64 node_id,
|
| const sync_pb::EntitySpecifics& specifics);
|
|
|