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

Unified Diff: sync/engine/update_handler.cc

Issue 161253002: sync: Add interfaces for per-type sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Another win compile fix Created 6 years, 10 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
« no previous file with comments | « sync/engine/update_handler.h ('k') | sync/sessions/model_type_registry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « sync/engine/update_handler.h ('k') | sync/sessions/model_type_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698