Index: sync/engine/non_blocking_type_processor_interface.cc |
diff --git a/sync/api/attachments/attachment_uploader.cc b/sync/engine/non_blocking_type_processor_interface.cc |
similarity index 50% |
copy from sync/api/attachments/attachment_uploader.cc |
copy to sync/engine/non_blocking_type_processor_interface.cc |
index db081b1c96a89c70124e6b305ab6806fcacb88a8..b93623956ab4b963da63f67704b063678d80d7e5 100644 |
--- a/sync/api/attachments/attachment_uploader.cc |
+++ b/sync/engine/non_blocking_type_processor_interface.cc |
@@ -2,13 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "sync/api/attachments/attachment_uploader.h" |
+#include "sync/engine/non_blocking_type_processor_interface.h" |
namespace syncer { |
-AttachmentUploader::AttachmentUploader() { |
+NonBlockingTypeProcessorInterface::NonBlockingTypeProcessorInterface() { |
} |
-AttachmentUploader::~AttachmentUploader() { |
+ |
+NonBlockingTypeProcessorInterface::~NonBlockingTypeProcessorInterface() { |
} |
} // namespace syncer |