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

Unified Diff: chrome/browser/sync/abstract_profile_sync_service_test.h

Issue 10698014: [Sync] Rename csync namespace to syncer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 8 years, 6 months 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
« no previous file with comments | « chrome/browser/sync/DEPS ('k') | chrome/browser/sync/abstract_profile_sync_service_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chrome/browser/sync/DEPS ('k') | chrome/browser/sync/abstract_profile_sync_service_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698