Index: sync/engine/update_handler.cc |
diff --git a/sync/api/attachments/attachment_store.cc b/sync/engine/update_handler.cc |
similarity index 62% |
copy from sync/api/attachments/attachment_store.cc |
copy to sync/engine/update_handler.cc |
index e22b040e3dec3e691b35179b5dc3bae05bb18927..308fee95bb1074c197b6973f38b49eb017d9ba7c 100644 |
--- a/sync/api/attachments/attachment_store.cc |
+++ b/sync/engine/update_handler.cc |
@@ -2,11 +2,13 @@ |
// 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_store.h" |
+#include "sync/engine/update_handler.h" |
namespace syncer { |
-AttachmentStore::AttachmentStore() {} |
-AttachmentStore::~AttachmentStore() {} |
+UpdateHandler::UpdateHandler() {} |
+ |
+UpdateHandler::~UpdateHandler() {} |
+ |
} // namespace syncer |