diff options
Diffstat (limited to 'sync/api/attachments/attachment_uploader.cc')
-rw-r--r-- | sync/api/attachments/attachment_uploader.cc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sync/api/attachments/attachment_uploader.cc b/sync/api/attachments/attachment_uploader.cc new file mode 100644 index 0000000..db081b1 --- /dev/null +++ b/sync/api/attachments/attachment_uploader.cc @@ -0,0 +1,14 @@ +// Copyright 2014 The Chromium Authors. All rights reserved. +// 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" + +namespace syncer { + +AttachmentUploader::AttachmentUploader() { +} +AttachmentUploader::~AttachmentUploader() { +} + +} // namespace syncer |