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

Unified Diff: sync/api/attachments/attachment_uploader.cc

Issue 263903004: Add AttachmentUploader interface and fake implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. 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
« no previous file with comments | « sync/api/attachments/attachment_uploader.h ('k') | sync/api/attachments/fake_attachment_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/api/attachments/attachment_uploader.cc
diff --git a/sync/engine/commit_contribution.cc b/sync/api/attachments/attachment_uploader.cc
similarity index 59%
copy from sync/engine/commit_contribution.cc
copy to sync/api/attachments/attachment_uploader.cc
index cef02b57b9021598370cc9e7554ab15042a9489a..db081b1c96a89c70124e6b305ab6806fcacb88a8 100644
--- a/sync/engine/commit_contribution.cc
+++ b/sync/api/attachments/attachment_uploader.cc
@@ -2,12 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "sync/engine/commit_contribution.h"
+#include "sync/api/attachments/attachment_uploader.h"
namespace syncer {
-CommitContribution::CommitContribution() {}
-
-CommitContribution::~CommitContribution() {}
+AttachmentUploader::AttachmentUploader() {
+}
+AttachmentUploader::~AttachmentUploader() {
+}
} // namespace syncer
« no previous file with comments | « sync/api/attachments/attachment_uploader.h ('k') | sync/api/attachments/fake_attachment_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698