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

Unified Diff: sync/api/syncable_service.cc

Issue 986743004: [Sync] Refactor AttachmentStore classes. Introduce concept of referrer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 7b0a9730a077080a6865a69fd595826257cf8c74..a544367458ff253adf6cfb58a9595a293efb1e59 100644
--- a/sync/api/syncable_service.cc
+++ b/sync/api/syncable_service.cc
@@ -8,8 +8,8 @@ namespace syncer {
SyncableService::~SyncableService() {}
-scoped_refptr<AttachmentStore> SyncableService::GetAttachmentStore() {
- return scoped_refptr<AttachmentStore>();
+AttachmentStore* SyncableService::GetAttachmentStore() {
+ return nullptr;
}
void SyncableService::SetAttachmentService(

Powered by Google App Engine
This is Rietveld 408576698