| 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);
|
|
|