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

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

Issue 10662035: [Sync] Put everything in sync/api into csync namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix 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 153eee0185d2fec808e61396b2205590cea4cfdb..4151e176689f80ecf75c4cd15c59a89679d1661c 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() {}
-SyncError SharedChangeProcessorRef::ProcessSyncChanges(
+csync::SyncError SharedChangeProcessorRef::ProcessSyncChanges(
const tracked_objects::Location& from_here,
- const SyncChangeList& change_list) {
+ const csync::SyncChangeList& change_list) {
return change_processor_->ProcessSyncChanges(from_here, change_list);
}
-SyncError SharedChangeProcessorRef::CreateAndUploadError(
+csync::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