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

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

Issue 293143002: Add AttachmentDownloader interface, change signature of AttachmentStore::Read (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes after feedback from Nick 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_downloader.h ('k') | sync/api/attachments/attachment_service_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/api/attachments/attachment_downloader.cc
diff --git a/sync/engine/update_handler.cc b/sync/api/attachments/attachment_downloader.cc
similarity index 65%
copy from sync/engine/update_handler.cc
copy to sync/api/attachments/attachment_downloader.cc
index 308fee95bb1074c197b6973f38b49eb017d9ba7c..a0108f70e8941f26b4cbd4bb9429dd5432216207 100644
--- a/sync/engine/update_handler.cc
+++ b/sync/api/attachments/attachment_downloader.cc
@@ -2,13 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "sync/engine/update_handler.h"
+#include "sync/api/attachments/attachment_downloader.h"
namespace syncer {
-UpdateHandler::UpdateHandler() {}
-
-UpdateHandler::~UpdateHandler() {}
-
+AttachmentDownloader::~AttachmentDownloader() {
+}
} // namespace syncer
« no previous file with comments | « sync/api/attachments/attachment_downloader.h ('k') | sync/api/attachments/attachment_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698