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

Unified Diff: sync/api/syncable_service.cc

Issue 548373003: Move AttachmentStore ownership to datatype (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: SyncableService related changes Created 6 years, 3 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
Index: sync/api/syncable_service.cc
diff --git a/sync/api/syncable_service.cc b/sync/api/syncable_service.cc
index 66b1e27866751ef9dd9de7fbfcef8e8eb03ec470..9d4773c7cb8bc28f5a8274328a2ef9fba3ccd0a2 100644
--- a/sync/api/syncable_service.cc
+++ b/sync/api/syncable_service.cc
@@ -8,4 +8,8 @@ namespace syncer {
SyncableService::~SyncableService() {}
+scoped_refptr<AttachmentStore> SyncableService::GetAttachmentStore() {
+ return scoped_refptr<AttachmentStore>();
+}
+
} // namespace syncer

Powered by Google App Engine
This is Rietveld 408576698