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

Unified Diff: chrome/browser/sync/glue/data_type_manager_impl_unittest.cc

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
Index: chrome/browser/sync/glue/data_type_manager_impl_unittest.cc
diff --git a/chrome/browser/sync/glue/data_type_manager_impl_unittest.cc b/chrome/browser/sync/glue/data_type_manager_impl_unittest.cc
index 16470d492856dc08780fc4f7576e6a44aa816f7b..3b4b97e135fb965500430ba9f12f0e0061a9d728 100644
--- a/chrome/browser/sync/glue/data_type_manager_impl_unittest.cc
+++ b/chrome/browser/sync/glue/data_type_manager_impl_unittest.cc
@@ -41,7 +41,7 @@ class FakeBackendDataTypeConfigurer : public BackendDataTypeConfigurer {
virtual ~FakeBackendDataTypeConfigurer() {}
virtual void ConfigureDataTypes(
- csync::ConfigureReason reason,
+ syncer::ConfigureReason reason,
ModelTypeSet types_to_add,
ModelTypeSet types_to_remove,
NigoriState nigori_state,
@@ -118,8 +118,8 @@ class SyncDataTypeManagerImplTest
// Configure the given DTM with the given desired types.
void Configure(DataTypeManagerImpl* dtm,
const DataTypeManager::TypeSet& desired_types) {
- const csync::ConfigureReason kReason =
- csync::CONFIGURE_REASON_RECONFIGURATION;
+ const syncer::ConfigureReason kReason =
+ syncer::CONFIGURE_REASON_RECONFIGURATION;
if (GetNigoriState() == BackendDataTypeConfigurer::WITH_NIGORI) {
dtm->Configure(desired_types, kReason);
} else {
« no previous file with comments | « chrome/browser/sync/glue/data_type_manager_impl.cc ('k') | chrome/browser/sync/glue/data_type_manager_mock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698