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

Unified Diff: sync/engine/non_blocking_type_processor_interface.cc

Issue 299963002: sync: Implement NonBlockingTypeProcessorCore (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Small comment fix Created 6 years, 7 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: 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

Powered by Google App Engine
This is Rietveld 408576698