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

Unified Diff: sync/engine/commit_contribution.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/commit_contribution.h ('k') | sync/engine/commit_contributor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/commit_contribution.cc
diff --git a/sync/api/attachments/attachment_store.cc b/sync/engine/commit_contribution.cc
similarity index 60%
copy from sync/api/attachments/attachment_store.cc
copy to sync/engine/commit_contribution.cc
index e22b040e3dec3e691b35179b5dc3bae05bb18927..cef02b57b9021598370cc9e7554ab15042a9489a 100644
--- a/sync/api/attachments/attachment_store.cc
+++ b/sync/engine/commit_contribution.cc
@@ -2,11 +2,12 @@
// 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/commit_contribution.h"
namespace syncer {
-AttachmentStore::AttachmentStore() {}
-AttachmentStore::~AttachmentStore() {}
+CommitContribution::CommitContribution() {}
+
+CommitContribution::~CommitContribution() {}
} // namespace syncer
« no previous file with comments | « sync/engine/commit_contribution.h ('k') | sync/engine/commit_contributor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698