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

Unified Diff: chrome/browser/sync/glue/shared_change_processor_ref.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/shared_change_processor_ref.cc
diff --git a/chrome/browser/sync/glue/shared_change_processor_ref.cc b/chrome/browser/sync/glue/shared_change_processor_ref.cc
index 4151e176689f80ecf75c4cd15c59a89679d1661c..12dc2cd075ebe69730009b96333ca4402fede5fc 100644
--- a/chrome/browser/sync/glue/shared_change_processor_ref.cc
+++ b/chrome/browser/sync/glue/shared_change_processor_ref.cc
@@ -14,13 +14,13 @@ SharedChangeProcessorRef::SharedChangeProcessorRef(
SharedChangeProcessorRef::~SharedChangeProcessorRef() {}
-csync::SyncError SharedChangeProcessorRef::ProcessSyncChanges(
+syncer::SyncError SharedChangeProcessorRef::ProcessSyncChanges(
const tracked_objects::Location& from_here,
- const csync::SyncChangeList& change_list) {
+ const syncer::SyncChangeList& change_list) {
return change_processor_->ProcessSyncChanges(from_here, change_list);
}
-csync::SyncError SharedChangeProcessorRef::CreateAndUploadError(
+syncer::SyncError SharedChangeProcessorRef::CreateAndUploadError(
const tracked_objects::Location& from_here,
const std::string& message) {
return change_processor_->CreateAndUploadError(from_here, message);
« no previous file with comments | « chrome/browser/sync/glue/shared_change_processor_ref.h ('k') | chrome/browser/sync/glue/shared_change_processor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698