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

Unified Diff: chrome/browser/sync/glue/generic_change_processor.h

Issue 213003004: Replace calls to 3-arg SyncData::CreateLocalData with 5-arg version. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@syncapi
Patch Set: Forgot a class keyword. Created 6 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: chrome/browser/sync/glue/generic_change_processor.h
diff --git a/chrome/browser/sync/glue/generic_change_processor.h b/chrome/browser/sync/glue/generic_change_processor.h
index d48a50de2a5d91c22b2211443a39b02e7d4aea33..85331e37fdfe5cf31a8d9fc335d8c8c96e3e7c1b 100644
--- a/chrome/browser/sync/glue/generic_change_processor.h
+++ b/chrome/browser/sync/glue/generic_change_processor.h
@@ -133,7 +133,7 @@ class GenericChangeProcessor : public ChangeProcessor,
// invalidated before attachment_service_ is destroyed.
base::WeakPtrFactory<syncer::AttachmentService>
attachment_service_weak_ptr_factory_;
- syncer::AttachmentServiceProxy attachment_service_proxy_;
+ scoped_refptr<syncer::AttachmentServiceProxy> attachment_service_proxy_;
DISALLOW_COPY_AND_ASSIGN(GenericChangeProcessor);
};

Powered by Google App Engine
This is Rietveld 408576698